Skip to content

Commit

Permalink
ci(style): update ruff installation
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Jul 30, 2024
1 parent 7a1fb43 commit 93fa072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run ruff
run: |
python -m pip install --upgrade uv
uv pip install --system ruff==0.3.0
uv pip install --system --upgrade -e ".[quality]"
ruff --version
ruff check --diff .
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Run ruff
run: |
python -m pip install --upgrade uv
uv pip install --system ruff==0.3.0
uv pip install --system --upgrade -e ".[quality]"
ruff --version
ruff format --check --diff .
Expand Down

0 comments on commit 93fa072

Please sign in to comment.