Skip to content

Commit c8ed0b6

Browse files
committed
Fix noxfile
1 parent 6aaf896 commit c8ed0b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
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 nox==2024.04.15
25+
run: python -m pip install --upgrade nox
2626
- name: Test
2727
run: python -m nox -s tests-${{ matrix.python }}

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
nox.options.sessions = ["lint"]
1717

1818
# Define the minimal nox version required to run
19-
nox.options.needs_version = ">= 2024.3.2"
19+
nox.needs_version = ">= 2024.3.2"
2020

2121

2222
@nox.session

0 commit comments

Comments
 (0)