Skip to content

Commit

Permalink
trying to build the macos sumo wheel only once #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Dec 20, 2024
1 parent 40b2733 commit 32517ed
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: wheel-cibw
name: cibuildwheel

on:
push: # run on push events
Expand Down Expand Up @@ -43,8 +43,10 @@ jobs:
output-dir: wheelhouse
env:
CIBW_BEFORE_ALL_MACOS: brew update && brew install --cask xquartz && brew install xerces-c fox proj gdal gl2ps ccache googletest fmt swig eigen
CIBW_BUILD: cp39-*
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.os == 'macos-13' && '13.0' || matrix.os == 'macos-14' && '14.0' }}
SKBUILD_WHEEL_PY_API: "py2.py3"

- name: Preparing wheel libsumo
run: |
Expand Down

0 comments on commit 32517ed

Please sign in to comment.