Skip to content

Commit 4099a9d

Browse files
committed
gha: fix nox envs cache keys
1 parent 5e1d593 commit 4099a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: actions/cache@v4
7777
with:
7878
path: /home/runner/.nox
79-
key: ${{ runner.os }}-python-${{steps.setup-python.outputs.python-version }}-${{ hashFiles('noxfile.py') }}
79+
key: ${{ runner.os }}-python-${{matrix.pyv}}-${{ hashFiles('noxfile.py') }}-${{matrix.vllm_version}}
8080

8181
- name: Lint code and check dependencies
8282
run: nox --envdir ~/.nox --reuse-venv=yes -v -s lint-${{ matrix.pyv }}

0 commit comments

Comments
 (0)