Skip to content

Commit

Permalink
Install setuptools-rust [cd build]
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Nov 11, 2024
1 parent c776ea0 commit 514ac5b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,13 @@ jobs:
cache: "pip"
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Update pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pip
pip install --upgrade setuptools-rust
# - name: Install dependecies (Ubuntu)
# if: startsWith(matrix.os, 'ubuntu-')
# run: sudo apt-get install python3-dev
- name: Build Python wheels
uses: pypa/cibuildwheel@v2.21.3
with:
Expand Down

0 comments on commit 514ac5b

Please sign in to comment.