We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa2e24 commit 9ecb750Copy full SHA for 9ecb750
.github/workflows/testing_pr.yml
@@ -30,6 +30,7 @@ jobs:
30
auto-update-conda: true
31
channels: conda-forge,defaults
32
python-version: ${{ matrix.python-version }}
33
+ activate-environment: occ
34
35
- name: Install Python dependencies on Linux/MacOS
36
if: startsWith(matrix.os, 'windows') != true
@@ -38,6 +39,7 @@ jobs:
38
39
python -m pip install --upgrade pip
40
python -m pip install smithers[vtk]
41
python -m pip install .[test]
42
+ python -c 'import OCC'
43
44
- name: Install Python dependencies on Windows
45
if: startsWith(matrix.os, 'windows')
0 commit comments