Skip to content

Commit f9f392c

Browse files
committed
Fix nox
1 parent a616069 commit f9f392c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
python-version: ${{ matrix.python }}
2424
- name: Install test dependencies
25-
run: python -m pip install --upgrade nox
25+
run: python -m pip install nox==2024.04.15
2626
- name: Test
2727
run: python -m nox -s tests-${{ matrix.python }}

0 commit comments

Comments
 (0)