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 681ac44 commit de240df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install requirements
run: |
pip install -r requirements.txt --system
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()

0 comments on commit de240df

Please sign in to comment.