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.
2 parents 4c29513 + 3adadfa commit 033c2c3Copy full SHA for 033c2c3
1 file changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
- uses: actions/checkout@v4
32
- name: Set up nox
33
- uses: wntrblm/nox@2024.10.09
+ uses: wntrblm/nox@2025.02.09
34
- id: noxenvs-matrix
35
run: |
36
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -71,7 +71,7 @@ jobs:
71
pypy3.10
72
allow-prereleases: true
73
74
75
- name: Run nox
76
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
77
0 commit comments