Skip to content

Commit

Permalink
Fix pip install for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Nov 17, 2021
1 parent 96302b0 commit 3f230aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install tests/test_requirements.txt
pip install -r tests/test_requirements.txt
pip list
- name: Test with pytest
Expand Down

0 comments on commit 3f230aa

Please sign in to comment.