Skip to content

Commit 2a1fedf

Browse files
committed
uv for another part of the CI workflow.
1 parent f9fc918 commit 2a1fedf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ jobs:
1919
noxenvs: ${{ steps.noxenvs-matrix.outputs.noxenvs }}
2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Set up nox
23-
uses: wntrblm/[email protected]
22+
- name: Set up uv
23+
uses: astral-sh/setup-uv@v5
24+
with:
25+
enable-cache: true
2426
- id: noxenvs-matrix
2527
run: |
2628
echo >>$GITHUB_OUTPUT noxenvs=$(
27-
nox --list-sessions --json | jq '[.[].session]'
29+
uvx nox --list-sessions --json | jq '[.[].session]'
2830
)
2931
3032
ci:

0 commit comments

Comments
 (0)