We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505afb6 commit 7fa2e24Copy full SHA for 7fa2e24
.github/workflows/testing_pr.yml
@@ -35,9 +35,9 @@ jobs:
35
if: startsWith(matrix.os, 'windows') != true
36
run: |
37
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]
+ python -m pip install --upgrade pip
+ python -m pip install smithers[vtk]
+ python -m pip install .[test]
41
42
- name: Install Python dependencies on Windows
43
if: startsWith(matrix.os, 'windows')
@@ -53,4 +53,4 @@ jobs:
53
54
- name: Test with pytest on Linux/MacOS
55
56
- run: python3 -m pytest
+ run: python -m pytest
0 commit comments