Skip to content

Commit 9ecb750

Browse files
authored
Update testing_pr.yml
1 parent 7fa2e24 commit 9ecb750

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing_pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
auto-update-conda: true
3131
channels: conda-forge,defaults
3232
python-version: ${{ matrix.python-version }}
33+
activate-environment: occ
3334

3435
- name: Install Python dependencies on Linux/MacOS
3536
if: startsWith(matrix.os, 'windows') != true
@@ -38,6 +39,7 @@ jobs:
3839
python -m pip install --upgrade pip
3940
python -m pip install smithers[vtk]
4041
python -m pip install .[test]
42+
python -c 'import OCC'
4143
4244
- name: Install Python dependencies on Windows
4345
if: startsWith(matrix.os, 'windows')

0 commit comments

Comments
 (0)