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 bb7ddda commit 5d5184dCopy full SHA for 5d5184d
.github/workflows/python-tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install flake8 pytest pytest-xdist pytest-parallel
+ pip install flake8 pytest pytest-xdist pytest-parallel superannotate
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
- name: Test with pytest
29
0 commit comments