Skip to content

Commit

Permalink
install dep
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Jul 8, 2024
1 parent 7f46141 commit 8e8b062
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install requirements
run: python -m pip install cibuildwheel==2.19.2 cython==3.0.10

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
- name: Install dep & Build wheels
run: |
python -m pip install cibuildwheel==2.19.2 cython==3.0.10
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8e8b062

Please sign in to comment.