Skip to content

Commit

Permalink
test [pypi]
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jun 7, 2024
1 parent db9e69c commit 7480ad3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,8 @@ jobs:
submodules: recursive

- uses: actions/setup-python@v5
if: matrix.os != 'macos-11'
with:
python-version: '3.10'

- uses: actions/setup-python@v5
if: matrix.os == 'macos-11'
with:
python-version: '3.6'

python-version: '3.8'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.18.1
Expand Down

0 comments on commit 7480ad3

Please sign in to comment.