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.
2 parents 197d6e3 + f5445bf commit d503060Copy full SHA for d503060
1 file changed
.github/workflows/sync-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install -r requirements.txt --upgrade
+ pip install -r requirements.txt --upgrade pytest
27
- name: Test with pytest
28
29
pytest
0 commit comments