We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1572594 commit 47138c3Copy full SHA for 47138c3
.github/workflows/test.yaml
@@ -27,9 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install pytest
31
- pip install -r requirements.txt
32
- pip install -e .
+ pip install -r requirements/required.txt -r requirements/test.txt
33
- name: List pip dependencies
34
run: pip list
35
- name: Test with pytest
0 commit comments