Skip to content

Commit 8866215

Browse files
authored
Update Nox run command in CI workflow
1 parent 3962b73 commit 8866215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
run: uv venv && uv pip install nox
3434

3535
- name: Run Nox (fail fast)
36-
run: nox
36+
run: uv tool run nox

0 commit comments

Comments
 (0)