Skip to content

Commit ff01bdf

Browse files
committed
remove unlisted vcpython27
1 parent bb3599e commit ff01bdf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-push.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,6 @@ jobs:
5757
run: |
5858
python -m pip install cibuildwheel==1.7.1
5959
60-
- name: Install Visual C++ for Python 2.7
61-
if: runner.os == 'Windows'
62-
run: |
63-
choco install vcpython27 -f -y
64-
6560
- name: Install OpenSSL for Windows
6661
if: runner.os == 'Windows'
6762
run: |

0 commit comments

Comments
 (0)