Merge pull request #1564 from davidhewitt/allow-cache-errors

ci: allow failure on cache errors
This commit is contained in:
David Hewitt 2021-04-18 08:12:56 +01:00 committed by GitHub
commit b9d076a45a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ jobs:
~/.cargo/git
target
key: cargo-${{ matrix.python-version }}-${{ matrix.platform.python-architecture }}-${{ matrix.platform.os }}-${{ matrix.msrv }}-${{ hashFiles('**/Cargo.toml') }}
continue-on-error: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2