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 645c0ec commit 53794bcCopy full SHA for 53794bc
.github/workflows/testing_pr.yml
@@ -31,10 +31,13 @@ jobs:
31
activate-environment: ""
32
33
- name: Install Python dependencies on Linux/MacOS
34
+ shell: bash -el {0}
35
if: startsWith(matrix.os, 'windows') != true
36
run: |
37
conda create -n occ python=${{ matrix.python-version }} pythonocc-core
38
+ conda info
39
conda activate occ
40
41
python -m pip install --upgrade pip
42
python -m pip install smithers[vtk]
43
python -m pip install .[test]
0 commit comments