Skip to content

Commit 9a38694

Browse files
committed
- ensure we have swig
1 parent 7c59d41 commit 9a38694

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,16 @@ jobs:
3737
name: sdist
3838

3939
- name: Extract sdist into the current directory
40+
shell: bash
4041
run: |
4142
ls -R
4243
tar zxf *.tar.gz --strip-components=1
4344
ls -R
4445
46+
- name: install swig on macos
47+
if: matrix.os == 'macos-latest'
48+
run: brew install swig
49+
4550
- uses: pypa/cibuildwheel@v2.16.2
4651
env:
4752
CIBW_BUILD: ${{ matrix.python_version }}

0 commit comments

Comments
 (0)