Skip to content

Commit 4c51cdd

Browse files
author
Victoria Hall
committed
install pytest
1 parent 5e4a936 commit 4c51cdd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci_docker_con_workflow.yml

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

.github/workflows/ci_docker_ded_workflow.yml

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

0 commit comments

Comments
 (0)