Skip to content

Commit 17a58e1

Browse files
committed
Fix nox
1 parent cd72b0c commit 17a58e1

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+
uses: wntrblm/nox@2024.04.15
2626
- name: Test
2727
run: python -m nox -s tests-${{ matrix.python }}

0 commit comments

Comments
 (0)