Skip to content

Commit

Permalink
update tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Mar 31, 2024
1 parent f294cf7 commit 8ff1d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD: pip install numpy==1.19.5
CIBW_BEFORE_BUILD: pip install numpy==1.19.5 setuptools distutils
CIBW_BUILD: cp38-*

- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD: pip install numpy==1.21.6
CIBW_BEFORE_BUILD: pip install numpy==1.21.6 setuptools distutils
CIBW_BUILD: cp39-* cp310-* cp311-*
CIBW_ARCHS_MACOS: x86_64 universal2

Expand Down

0 comments on commit 8ff1d3e

Please sign in to comment.