We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835d755 commit 6947a09Copy full SHA for 6947a09
.github/workflows/run_uts_on_prs.yml
@@ -28,6 +28,7 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
pip install -r test-requirements.txt
31
+ python setup.py install
32
- name: Test with pytest
33
34
pytest tests --durations=5 --durations-min=180.0 -W ignore::DeprecationWarning
0 commit comments