Skip to content

Commit 5a1d6db

Browse files
committed
chore: migrate to uv
1 parent 09a8dbf commit 5a1d6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Lint project
3535
run: |
3636
pre-commit run --all-files --color always
37-
safety check --continue-on-error --full-report
37+
uv run safety check --continue-on-error --full-report
3838
3939
- name: Test package
4040
run: |

0 commit comments

Comments
 (0)