Skip to content

Commit

Permalink
Change tests workflow to install dependencies using requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
amosyuen committed Jan 5, 2025
1 parent deb0c2e commit f2a40ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Python modules
run: |
pip install --constraint=requirements.txt pre-commit black flake8 reorder-python-imports
pip install --requirement=requirements.txt
- name: Run pre-commit on all files
run: |
Expand Down

0 comments on commit f2a40ba

Please sign in to comment.