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 a616069 commit f9f392cCopy full SHA for f9f392c
.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
+ run: python -m pip install nox==2024.04.15
26
- name: Test
27
run: python -m nox -s tests-${{ matrix.python }}
0 commit comments