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 5367baf + 24b412d commit 91d4443Copy full SHA for 91d4443
1 file changed
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v3
33
- name: Set up nox
34
- uses: wntrblm/nox@2022.11.21
+ uses: wntrblm/nox@2023.04.22
35
- id: noxenvs-matrix
36
run: |
37
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -65,7 +65,7 @@ jobs:
65
with:
66
python-version: ${{ env.PYTHON_LATEST }}
67
68
69
- name: Run nox
70
run: nox -s "${{ matrix.noxenv }}"
71
0 commit comments