Skip to content

Commit

Permalink
tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Dec 15, 2024
1 parent 9233b7d commit 640042f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
grep 'ruff' requirements_dev.txt | xargs python -m pip install
grep -E "^\s*ruff" requirements_dev.txt > requirements_ruff.tmp
python -m pip install -r requirements_ruff.tmp
- name: Check with ruff
run: ruff check --output-format=github .
Expand Down

0 comments on commit 640042f

Please sign in to comment.