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 cd72b0c commit 17a58e1Copy full SHA for 17a58e1
.github/workflows/test.yml
@@ -22,6 +22,6 @@ jobs:
22
with:
23
python-version: ${{ matrix.python }}
24
- name: Install test dependencies
25
- run: python -m pip install --upgrade nox
+ uses: wntrblm/nox@2024.04.15
26
- name: Test
27
run: python -m nox -s tests-${{ matrix.python }}
0 commit comments