Skip to content

Commit 5aed75b

Browse files
author
Victoria Hall
committed
typo
1 parent 4c51cdd commit 5aed75b

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 pip install pytest
33+
python -m pip install pytest
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 pip install pytest
33+
python -m pip install pytest
3434
python setup.py build
3535
- name: Running 3.8 Tests
3636
if: matrix.python-version == 3.8

0 commit comments

Comments
 (0)