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:
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
27- - name : Setup conda
28- uses :
s-weigand /setup-[email protected] 27+ - name : Setup Conda
28+ uses : conda-incubator /setup-miniconda@v3
2929 with :
30- update-conda : true
30+ auto- update-conda : true
3131 python-version : ${{ matrix.python-version }}
32- conda-channels : anaconda, conda-forge
33-
32+
3433 - name : Install Python dependencies on Linux/MacOS
3534 if : startsWith(matrix.os, 'windows') != true
3635 run : |
37- conda install --yes pythonocc-core=7.4.1
36+ conda install --yes pythonocc-core
3837 python3 -m pip install --upgrade pip
3938 python3 -m pip install smithers[vtk]
4039 python3 -m pip install .[test]
4140
4241 - name : Install Python dependencies on Windows
4342 if : startsWith(matrix.os, 'windows')
4443 run : |
45- conda install --yes pythonocc-core=7.4.1
44+ conda install --yes pythonocc-core
4645 python -m pip install --upgrade pip
4746 python -m pip install smithers[vtk]
4847 python -m pip install .[test]
You can’t perform that action at this time.
0 commit comments