Skip to content

Commit

Permalink
fix(actions): fix code quality sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoDerp committed Feb 1, 2025
1 parent 787018e commit f605ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
python-version-file: ".python-version"

- name: Install the project
run: uv sync --all-extras test
run: uv sync --reinstall --extra test

- name: Run Ruff
run: ruff check --output-format=github .
Expand Down

0 comments on commit f605ea0

Please sign in to comment.