Skip to content

Commit

Permalink
dont install ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
dulmandakh committed Jul 5, 2024
1 parent e1d1d51 commit 7c07f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff tox
pip install tox
- name: Run lint
run: tox
env:
Expand Down

0 comments on commit 7c07f73

Please sign in to comment.