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 5a8f29c + 70febe1 commit 1caf501Copy full SHA for 1caf501
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=$(
@@ -68,7 +68,7 @@ jobs:
68
pypy3.10
69
allow-prereleases: true
70
71
72
- name: Run nox
73
run: nox -s "${{ matrix.noxenv }}"
74
0 commit comments