Skip to content

Commit

Permalink
fix: install ruff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jlkravitz committed Jul 1, 2024
1 parent 1474a63 commit 612d9f1
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 @@ -27,7 +27,7 @@ jobs:
- uses: yezz123/setup-uv@v4
with:
uv-venv: ".geb_venv"
- run: uv pip install -r requirements.txt
- run: uv pip install ruff
- run: ruff format .
- run: ruff check .
# TODO: pytest
Expand Down

0 comments on commit 612d9f1

Please sign in to comment.