Skip to content

Commit

Permalink
no big sus
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 20, 2024
1 parent 4286420 commit 70983a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ 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"


- uses: actions/setup-python@v5
Expand Down

0 comments on commit 70983a5

Please sign in to comment.