diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-29 08:00:45 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-29 10:14:50 -0500 |
| commit | 9d82ce7e25084202d0b3acbf6c9f0f97d4de2129 (patch) | |
| tree | 90c126438677eeae36a8a9bbddb719a5db6e6db0 | |
| parent | 209ee3438d2169a0ea89ff32efd295aa1edf316e (diff) | |
| download | python-coveragepy-git-9d82ce7e25084202d0b3acbf6c9f0f97d4de2129.tar.gz | |
Only install Windows 2.7 support for 2.7
| -rw-r--r-- | .github/workflows/testsuite.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 81db41dd..ff72d9f8 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -38,8 +38,8 @@ jobs: with: python-version: "${{ matrix.python-version }}" - - name: "Install Visual C++ for Python 2.7" - if: runner.os == 'Windows' + - name: "Install Visual C++ if needed" + if: runner.os == 'Windows' && matrix.python-version == '2.7' run: | choco install vcpython27 -f -y |
