Skip to content

Commit

Permalink
not working on windows...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 29, 2023
1 parent 490bf14 commit 0e4d87c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_BEFORE_BUILD_LINUX: "pip install numpy meson-python ninja setuptools build"
CIBW_BEFORE_BUILD_WINDOWS: "pip install numpy meson-python ninja setuptools build"
CIBW_BEFORE_BUILD_MACOS: "pip install numpy meson-python ninja setuptools build"
# CIBW_BEFORE_BUILD: "pip install numpy meson-python ninja setuptools build"
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/stripy/tests"
# ...
Expand Down

0 comments on commit 0e4d87c

Please sign in to comment.