We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1d593 commit 4099a9dCopy full SHA for 4099a9d
.github/workflows/tests.yaml
@@ -76,7 +76,7 @@ jobs:
76
uses: actions/cache@v4
77
with:
78
path: /home/runner/.nox
79
- key: ${{ runner.os }}-python-${{steps.setup-python.outputs.python-version }}-${{ hashFiles('noxfile.py') }}
+ key: ${{ runner.os }}-python-${{matrix.pyv}}-${{ hashFiles('noxfile.py') }}-${{matrix.vllm_version}}
80
81
- name: Lint code and check dependencies
82
run: nox --envdir ~/.nox --reuse-venv=yes -v -s lint-${{ matrix.pyv }}
0 commit comments