Skip to content

Commit

Permalink
fix pipeline: remove system swig before building wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Apr 12, 2024
1 parent c151193 commit 1f5b004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
CIBW_BEFORE_TEST: pip install -r {package}/test-requirements.txt
# mac needs ninja to build
CIBW_BEFORE_BUILD_MACOS: brew install ninja
CIBW_BEFORE_BUILD_LINUX: sudo apt remove swig4.0 cmake
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
CIBW_ARCHS_LINUX: x86_64
CIBW_ARCHS_WINDOWS: AMD64
Expand Down Expand Up @@ -102,7 +103,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.17.0
with:
package-dir: ./swmm-toolkit
env:
Expand Down

0 comments on commit 1f5b004

Please sign in to comment.