We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241317d commit f5f2fb8Copy full SHA for f5f2fb8
.github/workflows/pytest.yml
@@ -66,6 +66,7 @@ jobs:
66
- name: Install dependencies
67
run: |
68
python -m pip install --upgrade pip
69
+ pip install pytest
70
pip install -r requirements.txt
71
- name: Test with pytest
72
0 commit comments