Skip to content

Commit 3246b5a

Browse files
authored
include matrix.PYTHON.VERSION in CI cache keys (#964)
* include matrix.PYTHON.VERSION in CI cache keys * fix spacing typo
1 parent 8557567 commit 3246b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
~/.cargo/registry/src/
3838
~/.cargo/git/db/
3939
src/_bcrypt/target/
40-
key: ${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
40+
key: ${{ runner.os }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
4141
- run: pip install nox
4242
- run: nox -v
4343
env:
@@ -74,7 +74,7 @@ jobs:
7474
~/.cargo/registry/src/
7575
~/.cargo/git/db/
7676
src/_bcrypt/target/
77-
key: ${{ runner.os }}-${{ matrix.WINDOWS.ARCH }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
77+
key: ${{ runner.os }}-${{ matrix.WINDOWS.ARCH }}-${{ matrix.PYTHON.VERSION }}-${{ steps.setup-python.outputs.python-version }}-cargo-${{ hashFiles('**/Cargo.lock') }}
7878

7979
- run: pip install nox
8080
- run: nox -v

0 commit comments

Comments
 (0)