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 43dfa88 + 0f03e7a commit fb85d2cCopy full SHA for fb85d2c
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Set up nox
23
- uses: wntrblm/nox@2024.04.15
+ uses: wntrblm/nox@2024.10.09
24
- id: noxenvs-matrix
25
run: |
26
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -65,7 +65,7 @@ jobs:
65
- name: Set up uv
66
uses: hynek/setup-cached-uv@v2
67
68
69
70
- name: Run nox
71
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
0 commit comments