Skip to content

Commit a81f88b

Browse files
author
Victoria Hall
committed
additional pytest packages
1 parent 5aed75b commit a81f88b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_docker_con_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install -U -e .
33-
python -m pip install pytest
33+
python -m pip install pytest pytest-instafail pytest-rerunfailures
3434
python setup.py build
3535
- name: Running 3.8 Tests
3636
if: matrix.python-version == 3.8

.github/workflows/ci_docker_ded_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install -U -e .
33-
python -m pip install pytest
33+
python -m pip install pytest pytest-instafail pytest-rerunfailures
3434
python setup.py build
3535
- name: Running 3.8 Tests
3636
if: matrix.python-version == 3.8

0 commit comments

Comments
 (0)