include matrix.PYTHON.VERSION in CI cache keys (#964)
* include matrix.PYTHON.VERSION in CI cache keys * fix spacing typo
This commit is contained in:
parent
85575674f2
commit
3246b5a23e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
~/.cargo/registry/src/
|
||||
~/.cargo/git/db/
|
||||
src/_bcrypt/target/
|
||||
key: ${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- run: pip install nox
|
||||
- run: nox -v
|
||||
env:
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
~/.cargo/registry/src/
|
||||
~/.cargo/git/db/
|
||||
src/_bcrypt/target/
|
||||
key: ${{ runner.os }}-${{ matrix.WINDOWS.ARCH }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
key: ${{ runner.os }}-${{ matrix.WINDOWS.ARCH }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- run: pip install nox
|
||||
- run: nox -v
|
||||
|
||||
Loading…
Reference in New Issue
Block a user