Skip to content

Commit 7c489f1

Browse files
authored
Update testing_pr.yml
1 parent 41bfbcf commit 7c489f1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/testing_pr.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)