Skip to content

Commit

Permalink
install proper cibuildwheel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Nov 28, 2022
1 parent cd68962 commit 72d240d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.6.3
python -m pip install cibuildwheel==2.11.2
- name: Checkout submodules
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
name: Install Python 3.7
with:
python-version: "3.7"

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.11.2
- name: Checkout submodules
shell: bash
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,9 @@ jobs:
python-version: "3.7"
architecture: ${{ matrix.config.py-architecture }}

- uses: actions/setup-python@v4
name: Install Python 3.6
with:
python-version: "3.6"
architecture: ${{ matrix.config.py-architecture }}

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.6.3
python -m pip install cibuildwheel==2.11.2
- name: Checkout submodules
shell: bash
Expand Down

0 comments on commit 72d240d

Please sign in to comment.