Skip to content

Commit

Permalink
Fix lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cloneofghosts authored Nov 19, 2024
1 parent 9af6161 commit 62b9b14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
cache: "pip"

- name: "Install requirements"
run: python3 -m pip install ruff
run: |
python -m pip install --upgrade pip
pip install ruff
- name: "Format"
run: python3 -m ruff format .
Expand Down

0 comments on commit 62b9b14

Please sign in to comment.