Skip to content

Commit

Permalink
Skip pypy builds because we cannot embed the interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jan 12, 2024
1 parent f3fa027 commit b8b53fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CMAKE_PREFIX_PATH="/tmp/downloads/local"

[tool.cibuildwheel]
before-all = "bash {project}/tools/wheels/cibw_before_all.sh {project}"
skip = "pp*"

[tool.cibuildwheel.windows]
environment = { RUNNER_OS="Windows", CI_INSTALL_PREFIX="C:/Users/AppData/Local/Temp/downloads/local", CFITSIOROOT="$CI_INSTALL_PREFIX", LD_LIBRARY_PATH="$CI_INSTALL_PREFIX/lib;$CI_INSTALL_PREFIX/lib64;$CI_INSTALL_PREFIX/bin;$LD_LIBRARY_PATH" }
Expand Down

0 comments on commit b8b53fb

Please sign in to comment.