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 87d9c79 + 2bb7fd1 commit 4640b8dCopy full SHA for 4640b8d
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.10.09
+ uses: wntrblm/nox@2025.02.09
24
- id: noxenvs-matrix
25
run: |
26
echo >>$GITHUB_OUTPUT noxenvs=$(
@@ -60,7 +60,7 @@ jobs:
60
- name: Set up uv
61
uses: hynek/setup-cached-uv@v2
62
63
64
65
- name: Run nox
66
run: nox -s "${{ matrix.noxenv }}" -- ${{ matrix.posargs }}
0 commit comments