Skip to content

Commit

Permalink
Install rust, cargo and poetry since Pydantic v2 seems to require them
Browse files Browse the repository at this point in the history
when building wheels on some platforms...
  • Loading branch information
jesper-friis committed Aug 15, 2023
1 parent 399cc22 commit 8e8cc18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,16 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install rust and cargo (needed by Pydantic v2)
run: |
apt install rust cargo
- name: Install cibuildwheel
run: |
python -m pip install -U pip
python -m pip install -U setuptools wheel
python -m pip install -U cibuildwheel
python -m pip install -U poetry
# See pyproject.toml (under python/) for cibuildwheel configuration
- name: Build wheels
Expand Down

0 comments on commit 8e8cc18

Please sign in to comment.