Skip to content

Commit

Permalink
Pin occt version for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fpq473 authored Mar 10, 2023
1 parent 9e66fda commit 9dfc0c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,17 @@ jobs:
fi
- name: Conda Deps Setup
if: ${{ matrix.os != 'ubuntu-20.04' }}
shell: bash -l {0}
run: |
conda install -c cadquery -n cadquery-ocp -y ocp==7.7.0.0 vtk=9.2.*
- name: Conda Deps Setup Linux
if: ${{ matrix.os == 'ubuntu-20.04' }}
shell: bash -l {0}
run: |
conda install -c cadquery -n cadquery-ocp -y ocp==7.7.0.0 vtk=9.2.* occt=7.7.0=h244afa2_1
- name: Pip Deps Setup 1
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 9dfc0c7

Please sign in to comment.