File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -24,25 +24,24 @@ jobs:
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
27
- - name : Setup conda
28
- uses :
s-weigand /setup-[email protected]
27
+ - name : Setup Conda
28
+ uses : conda-incubator /setup-miniconda@v3
29
29
with :
30
- update-conda : true
30
+ auto- update-conda : true
31
31
python-version : ${{ matrix.python-version }}
32
- conda-channels : anaconda, conda-forge
33
-
32
+
34
33
- name : Install Python dependencies on Linux/MacOS
35
34
if : startsWith(matrix.os, 'windows') != true
36
35
run : |
37
- conda install --yes pythonocc-core=7.4.1
36
+ conda install --yes pythonocc-core
38
37
python3 -m pip install --upgrade pip
39
38
python3 -m pip install smithers[vtk]
40
39
python3 -m pip install .[test]
41
40
42
41
- name : Install Python dependencies on Windows
43
42
if : startsWith(matrix.os, 'windows')
44
43
run : |
45
- conda install --yes pythonocc-core=7.4.1
44
+ conda install --yes pythonocc-core
46
45
python -m pip install --upgrade pip
47
46
python -m pip install smithers[vtk]
48
47
python -m pip install .[test]
You can’t perform that action at this time.
0 commit comments