Skip to content

Commit

Permalink
Install python
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 26, 2023
1 parent 36289c2 commit 811f70c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
with:
msystem: mingw64
update: true
install: git mingw-w64-x86_64-cmake mingw-w64-x86_64-tbb mingw-w64-x86_64-gcc mingw-w64-x86_64-ninja mingw-w64-x86_64-gmp mingw-w64-x86_64-mpfr mingw-w64-x86_64-7zip
install: git mingw-w64-x86_64-cmake mingw-w64-x86_64-tbb mingw-w64-x86_64-gcc mingw-w64-x86_64-ninja mingw-w64-x86_64-gmp mingw-w64-x86_64-mpfr mingw-w64-x86_64-7zip mingw-w64-x86_64-python
- name: Install cibuilldwheel
if: matrix.os == 'windows-latest'
shell: msys2 {0}
run:
python -m pip install cibuildwheel==2.16.2
python -m cibuildwheel --output-dir wheelhouse
python3 -m pip install cibuildwheel==2.16.2
python3 -m cibuildwheel --output-dir wheelhouse
- name: CI Build Wheel
if: matrix.os != 'windows-latest'
uses: pypa/[email protected]
Expand Down

0 comments on commit 811f70c

Please sign in to comment.