Skip to content

Commit

Permalink
Try install dependencies first
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 17, 2024
1 parent de240df commit 77faab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: 3.x
- name: Install requirements
run: |
pip install -r requirements.txt --system
pip install -r requirements.txt
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()

0 comments on commit 77faab5

Please sign in to comment.