We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9dd0e0 commit 7e10d5eCopy full SHA for 7e10d5e
.github/workflows/validate.yml
@@ -53,7 +53,8 @@ jobs:
53
run: |
54
python -m pip install --upgrade pip
55
pip install -r requirements.txt
56
- pip install ../.. --no-cache-dir --upgrade --force-reinstall
+ pip install -r ../../requirements.txt
57
+ pip install ../.. --no-cache-dir --upgrade --no-deps --force-reinstall
58
- name: Run tests
59
60
python -m pytest
0 commit comments