Skip to content

Commit

Permalink
Update wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocao committed May 30, 2024
1 parent 0d4d971 commit e16e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
CIBW_BEFORE_BUILD_WINDOWS: pip install --upgrade pip setuptools && sed -i $'s/\r$//' README.rst && python -m pip install delvewheel
CIBW_BEFORE_BUILD_LINUX: pip install --upgrade pip setuptools
CIBW_BEFORE_BUILD_MACOS: brew install cmake && pip install --upgrade pip setuptools
CIBW_TEST_COMMAND: python -m pyflagser.tests --webdl
CIBW_TEST_COMMAND: python -m pytest
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -vv -w {dest_dir} {wheel}"
CIBW_TEST_REQUIRES: pytest hypothesis
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand Down

0 comments on commit e16e69f

Please sign in to comment.