Skip to content

Commit

Permalink
Update local-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afshawnlotfi authored Jul 16, 2024
1 parent 842c58e commit 831a9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/local-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
echo 'Building wheel for Python ${{ matrix.python-version }}'
echo 'Conda Deps Setup'
CONDA_SUBDIR=osx-arm64 conda create --yes -n ocp-build-system -c cadquery -c conda-forge python=${{ matrix.python-version }} ocp=7.7.2.* pip
CONDA_SUBDIR=osx-arm64 conda create --yes -n ocp-build-system -c cadquery -c conda-forge python=${{ matrix.python-version }} ocp=7.7.2.* vtk=9.2.* pip
conda run -n ocp-build-system conda config --env --set subdir osx-arm64
conda run -n ocp-build-system pip install build setuptools wheel requests delocate auditwheel delvewheel
Expand Down

0 comments on commit 831a9c5

Please sign in to comment.