Skip to content

Commit

Permalink
Can we simplify install requirements?
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 4, 2024
1 parent 04f1dbb commit 88ef6b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,7 @@ jobs:
- name: Build and Test Wheels
uses: pypa/[email protected]
env:
CIBW_BEFORE_BUILD_MACOS: pip install numpy cython
CIBW_BEFORE_BUILD: pip install numpy cython
CIBW_TEST_REQUIRES: setuptools pytest numpy cython
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: 'pytest {package}'
CIBW_BUILD: ${{ matrix.pybuilds }}
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
Expand Down

0 comments on commit 88ef6b1

Please sign in to comment.