We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaf896 commit c8ed0b6Copy full SHA for c8ed0b6
.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 nox==2024.04.15
+ run: python -m pip install --upgrade nox
26
- name: Test
27
run: python -m nox -s tests-${{ matrix.python }}
noxfile.py
@@ -16,7 +16,7 @@
16
nox.options.sessions = ["lint"]
17
18
# Define the minimal nox version required to run
19
-nox.options.needs_version = ">= 2024.3.2"
+nox.needs_version = ">= 2024.3.2"
20
21
@nox.session
0 commit comments