From 6fa1172362c3bd00813276f4cf6f91383d73768d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 12 May 2021 13:05:11 -0400 Subject: [PATCH] Try removing the vcpython27 installation step --- .github/workflows/ci.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 524b332..8ad846a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,12 +24,6 @@ jobs: run: | git fetch --tags - # Get MS VC++ 9 aka Visual Studio 2008, required to build Python 2.7 - # extensions (zfec via Tahoe-LAFS). - - uses: "crazy-max/ghaction-chocolatey@v1" - with: - args: "install vcpython27" - - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: -- GitLab