Skip to content

Commit

Permalink
Fix incorrect tool change
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Nov 1, 2024
1 parent 86945da commit aa16c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uv sync --frozen --no-sources
- name: Run linters
run: pdm run invoke lint --diff
run: uv run invoke lint --diff

deploy:
name: Deploy
Expand Down

0 comments on commit aa16c38

Please sign in to comment.