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.
1 parent 5544c34 commit 9f89e6dCopy full SHA for 9f89e6d
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- uses: actions/checkout@v4
37
- name: Set up nox
38
- uses: wntrblm/nox@2024.04.15
+ uses: wntrblm/nox@2024.10.09
39
- id: noxenvs-matrix
40
run: |
41
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -90,7 +90,7 @@ jobs:
90
pypy3.10
91
allow-prereleases: true
92
93
94
- name: Enable UTF-8 on Windows
95
run: echo "PYTHONUTF8=1" >> $env:GITHUB_ENV
96
if: runner.os == 'Windows' && startsWith(matrix.noxenv, 'tests')
0 commit comments