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 92bc021 + 18ef96e commit aac02e8Copy full SHA for aac02e8
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.04.15
+ uses: wntrblm/nox@2024.10.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