Skip to content

Commit 7fa2e24

Browse files
authored
Update testing_pr.yml
1 parent 505afb6 commit 7fa2e24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing_pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
if: startsWith(matrix.os, 'windows') != true
3636
run: |
3737
conda install --yes pythonocc-core
38-
python3 -m pip install --upgrade pip
39-
python3 -m pip install smithers[vtk]
40-
python3 -m pip install .[test]
38+
python -m pip install --upgrade pip
39+
python -m pip install smithers[vtk]
40+
python -m pip install .[test]
4141
4242
- name: Install Python dependencies on Windows
4343
if: startsWith(matrix.os, 'windows')
@@ -53,4 +53,4 @@ jobs:
5353

5454
- name: Test with pytest on Linux/MacOS
5555
if: startsWith(matrix.os, 'windows') != true
56-
run: python3 -m pytest
56+
run: python -m pytest

0 commit comments

Comments
 (0)