Skip to content

Commit 47138c3

Browse files
committed
change requirements install path
1 parent 1572594 commit 47138c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install pytest
31-
pip install -r requirements.txt
32-
pip install -e .
30+
pip install -r requirements/required.txt -r requirements/test.txt
3331
- name: List pip dependencies
3432
run: pip list
3533
- name: Test with pytest

0 commit comments

Comments
 (0)