Skip to content

Commit

Permalink
fix(ci): fix pre-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebunetel committed Feb 19, 2024
1 parent f4c8bfb commit 3fa0620
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 @@ -23,7 +23,7 @@ jobs:
run: python -m venv venv
- name: Install test dependencies
run: |
python -m pip install \
venv/bin/python -m pip install \
--requirement requirements.txt \
--requirement requirements-test.txt
- name: Run pre-commit
Expand Down

0 comments on commit 3fa0620

Please sign in to comment.