From 525f2201c6e29624ed753f673e7707df3d20541a Mon Sep 17 00:00:00 2001 From: Sajith Sasidharan Date: Thu, 15 Oct 2020 14:17:53 -0400 Subject: [PATCH] Do not install vcpython27 during Windows CI steps With zfec 1.5.4, wheel packages for Windows is available now. Installing a compiler is no longer necessary. --- .github/workflows/ci.yml | 24 ------------------------ newsfragments/3477.minor | 0 2 files changed, 24 deletions(-) create mode 100644 newsfragments/3477.minor diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34a4e0875..3bb99c2c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,15 +21,6 @@ jobs: steps: - # Get vcpython27 on Windows + Python 2.7, to build zfec - # extension. See https://chocolatey.org/packages/vcpython27 and - # https://github.com/crazy-max/ghaction-chocolatey - - name: Install MSVC 9.0 for Python 2.7 [Windows] - if: matrix.os == 'windows-latest' && matrix.python-version == '2.7' - uses: crazy-max/ghaction-chocolatey@v1 - with: - args: install vcpython27 - - name: Check out Tahoe-LAFS sources uses: actions/checkout@v2 @@ -92,12 +83,6 @@ jobs: with: args: install tor - - name: Install MSVC 9.0 for Python 2.7 [Windows] - if: matrix.os == 'windows-latest' && matrix.python-version == '2.7' - uses: crazy-max/ghaction-chocolatey@v1 - with: - args: install vcpython27 - - name: Check out Tahoe-LAFS sources uses: actions/checkout@v2 @@ -141,15 +126,6 @@ jobs: steps: - # Get vcpython27 on Windows + Python 2.7, to build zfec - # extension. See https://chocolatey.org/packages/vcpython27 and - # https://github.com/crazy-max/ghaction-chocolatey - - name: Install MSVC 9.0 for Python 2.7 [Windows] - if: matrix.os == 'windows-latest' && matrix.python-version == '2.7' - uses: crazy-max/ghaction-chocolatey@v1 - with: - args: install vcpython27 - - name: Check out Tahoe-LAFS sources uses: actions/checkout@v2 diff --git a/newsfragments/3477.minor b/newsfragments/3477.minor new file mode 100644 index 000000000..e69de29bb