Skip to content

Commit

Permalink
fix(ci): use uv to run command
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Nov 20, 2024
1 parent 1e3715e commit 83cee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev
- name: Test with tox
run: tox
run: uv run tox

0 comments on commit 83cee7c

Please # to comment.