Skip to content

Commit

Permalink
Install python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
makaimann committed Feb 19, 2025
1 parent 2b5df45 commit 2639ae1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,16 @@ jobs:
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-* cp313-*"
CIBW_SKIP: "*-win32 *-win_amd64 *-win_arm64 *-musllinux_*"
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_BEFORE_BUILD: bash {project}/ci-scripts/cibw_build_before.sh
CIBW_BEFORE_BUILD: >
python3 -m pip install
Cython \
meson \
pyparsing \
pytest \
setuptools \
toml \
wheel
bash {project}/ci-scripts/cibw_build_before.sh
CIBW_BEFORE_ALL_MACOS: |
brew update
brew install SRI-CSL/sri-csl/libpoly
Expand Down

0 comments on commit 2639ae1

Please sign in to comment.