We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aed75b commit a81f88bCopy full SHA for a81f88b
.github/workflows/ci_docker_con_workflow.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: |
32
python -m pip install -U -e .
33
- python -m pip install pytest
+ python -m pip install pytest pytest-instafail pytest-rerunfailures
34
python setup.py build
35
- name: Running 3.8 Tests
36
if: matrix.python-version == 3.8
.github/workflows/ci_docker_ded_workflow.yml
0 commit comments