Skip to content

Commit 7e10d5e

Browse files
committed
Tweak script
1 parent a9dd0e0 commit 7e10d5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
run: |
5454
python -m pip install --upgrade pip
5555
pip install -r requirements.txt
56-
pip install ../.. --no-cache-dir --upgrade --force-reinstall
56+
pip install -r ../../requirements.txt
57+
pip install ../.. --no-cache-dir --upgrade --no-deps --force-reinstall
5758
- name: Run tests
5859
run: |
5960
python -m pytest

0 commit comments

Comments
 (0)