Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 20, 2024
1 parent 70983a5 commit 3c07c5a
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 @@ -31,7 +31,7 @@ jobs:
CIBW_BEFORE_BUILD_MACOS: "bash {project}/scripts/macos_dependencies.sh"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"
CIBW_TEST_COMMAND: "pip install -r {project}/requirements.txt && pytest {package}"
#CIBW_TEST_COMMAND: "pip install -r {project}/requirements.txt && pytest {package}"
MACOSX_DEPLOYMENT_TARGET: "14.0"


Expand Down

0 comments on commit 3c07c5a

Please sign in to comment.