Skip to content

Commit

Permalink
Fix workflow tests constraints file path
Browse files Browse the repository at this point in the history
  • Loading branch information
amosyuen committed Oct 21, 2023
1 parent 69d7112 commit cdf25f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:

- name: Upgrade pip
run: |
pip install --constraint=.github/workflows/constraints.txt pip
pip install --constraint=requirements.txt pip
pip --version
- name: Install Python modules
run: |
pip install --constraint=.github/workflows/constraints.txt pre-commit black flake8 reorder-python-imports
pip install --constraint=requirements.txt pre-commit black flake8 reorder-python-imports
- name: Run pre-commit on all files
run: |
Expand Down

0 comments on commit cdf25f9

Please sign in to comment.