Skip to content

Commit 9dfc0c7

Browse files
authored
Pin occt version for Linux
1 parent 9e66fda commit 9dfc0c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-wheel.yml

+7
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,17 @@ jobs:
6363
fi
6464
6565
- name: Conda Deps Setup
66+
if: ${{ matrix.os != 'ubuntu-20.04' }}
6667
shell: bash -l {0}
6768
run: |
6869
conda install -c cadquery -n cadquery-ocp -y ocp==7.7.0.0 vtk=9.2.*
6970
71+
- name: Conda Deps Setup Linux
72+
if: ${{ matrix.os == 'ubuntu-20.04' }}
73+
shell: bash -l {0}
74+
run: |
75+
conda install -c cadquery -n cadquery-ocp -y ocp==7.7.0.0 vtk=9.2.* occt=7.7.0=h244afa2_1
76+
7077
- name: Pip Deps Setup 1
7178
shell: bash -l {0}
7279
run: |

0 commit comments

Comments
 (0)