1 parent bd80626 commit b968478Copy full SHA for b968478
1 file changed
.github/workflows/pytest.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
+ pip install -r requirements.txt
26
pip install pytest
27
28
- name: Run pytest
0 commit comments