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 4f00eb0 + 3657c80 commit ce1fb3fCopy full SHA for ce1fb3f
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
- name: Set up nox
24
- uses: wntrblm/nox@2023.04.22
+ uses: wntrblm/nox@2024.03.02
25
- id: noxenvs-matrix
26
run: |
27
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -62,7 +62,7 @@ jobs:
62
pypy3.10
63
allow-prereleases: true
64
65
66
- name: Run nox
67
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
68
0 commit comments