diff options
| -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 |
