Skip to content

Commit

Permalink
remove vcpython27 from wheels build
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed Mar 13, 2021
1 parent ea520c9 commit dc027ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.7.4
- name: Install Visual C++ for Python 2.7
if: runner.os == 'Windows'
run: |
choco install vcpython27 -f -y
# - name: Install Visual C++ for Python 2.7
# if: runner.os == 'Windows'
# run: |
# choco install vcpython27 -f -y
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit dc027ca

Please sign in to comment.