Skip to content

Commit

Permalink
Cleaning up cibuildwheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Jul 23, 2024
1 parent 2d13d09 commit efbf82a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
env:
CIBW_ARCHS: auto64
CIBW_ARCHS_MACOS: "universal2"
# CIBW_BEFORE_BUILD: bash cpp/build.sh
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11.0
CIBW_ENVIRONMENT_LINUX: CXXFLAGS='-fconcepts'
CIBW_BUILD_VERBOSITY_WINDOWS: 2
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ venv/
venv*/
pypi_release/wheelhouse/*.whl
*__pycache__/
pykingas/__pycache__/

build/
pykingas.egg-info/
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ classifiers = [
test = ["pytest"]

[tool.cibuildwheel]
#test-command = "pytest {project}/tests"
#test-requires = ["pytest", "numpy~=1.22", "scipy~=1.7", "thermopack~=2.2"]
#test-extras = ["test"]
#test-skip = ["*universal2:arm64"]
test-command = "pytest {project}/tests"
test-requires = ["pytest", "numpy~=1.22", "scipy~=1.7", "thermopack~=2.2"]
build-verbosity = 2

0 comments on commit efbf82a

Please sign in to comment.