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 55a01f3 commit 6ccf930Copy full SHA for 6ccf930
.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