Skip to content

Commit

Permalink
update cibuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz committed Oct 11, 2024
1 parent ea87f16 commit 626afc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
CIBW_ARCHS_MACOS: x86_64 universal2
CIBW_BEFORE_BUILD: pip install cython
CIBW_SKIP: pp* cp27-* *_i686 *-win32 *musllinux*
CIBW_TEST_COMMAND: python -m amplpy.tests && python -m amplpy.tests_camel
CIBW_TEST_COMMAND: python -m amplpy.tests
CIBW_TEST_REQUIRES: --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs pandas numpy

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
run: python3 dev/updatelib.py

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_ARCHS_LINUX: ${{ env.CIBW_ARCHS_LINUX }}
CIBW_ARCHS_MACOS: ${{ env.CIBW_ARCHS_MACOS }}
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: python3 dev/updatelib.py

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.21.3
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_ARCHS_MACOS: ${{ env.CIBW_ARCHS_MACOS }}
Expand Down

0 comments on commit 626afc8

Please sign in to comment.