Skip to content

Commit

Permalink
Skip installing vcpython27
Browse files Browse the repository at this point in the history
  • Loading branch information
moble authored Jun 9, 2021
1 parent d11a644 commit 9773e40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
python -m pip install --upgrade pip
python -m pip install cibuildwheel
- 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: |
Expand Down

0 comments on commit 9773e40

Please sign in to comment.