Skip to content

Commit

Permalink
Use uvx instead of only uv
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaddeucci committed Dec 12, 2024
1 parent 8423931 commit 1d7508b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
with:
enable-cache: true

- name: Sync UV Environment
run: uv sync

- name: Ruff Check
run: uv run ruff check
run: uvx ruff check

Publish:
name: Publish
Expand Down

0 comments on commit 1d7508b

Please sign in to comment.