Skip to content

Commit

Permalink
remove unneeded python2 install [ci build]
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed May 28, 2021
1 parent 659aa73 commit c4948df
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ jobs:
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: Package source distribution
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit c4948df

Please sign in to comment.