Skip to content

Commit 645c0ec

Browse files
authored
Update testing_pr.yml
1 parent c080c28 commit 645c0ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing_pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
uses: conda-incubator/setup-miniconda@v3
2929
with:
3030
channels: conda-forge, defaults
31-
python-version: ${{ matrix.python-version }}
32-
activate-environment: occ
31+
activate-environment: ""
3332

3433
- name: Install Python dependencies on Linux/MacOS
3534
if: startsWith(matrix.os, 'windows') != true
3635
run: |
37-
conda install --yes pythonocc-core
36+
conda create -n occ python=${{ matrix.python-version }} pythonocc-core
37+
conda activate occ
3838
python -m pip install --upgrade pip
3939
python -m pip install smithers[vtk]
4040
python -m pip install .[test]

0 commit comments

Comments
 (0)