Skip to content

Commit

Permalink
Fix stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Oct 1, 2024
1 parent 4851b67 commit 1d85f90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ target-version = 'py39'
[tool.cibuildwheel]
build = "cp3*-manylinux_x86_64 cp3*-musllinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64 cp3*-macosx_arm64"
skip = "cp36-* cp37-* cp38-*"
before-test = "cd {project} && rm -r ms2pip" # Remove the ms2pip dir to avoid conflicts with the built wheel
test-requires = "pytest"
test-command = "pytest {package}/tests && ms2pip --help"
test-command = "ms2pip --help"

[tool.cibuildwheel.macos]
before-all = "brew install libomp"

0 comments on commit 1d85f90

Please sign in to comment.