Skip to content

Commit 9d82ce7

Browse files
committed
Only install Windows 2.7 support for 2.7
1 parent 209ee34 commit 9d82ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testsuite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
with:
3939
python-version: "${{ matrix.python-version }}"
4040

41-
- name: "Install Visual C++ for Python 2.7"
42-
if: runner.os == 'Windows'
41+
- name: "Install Visual C++ if needed"
42+
if: runner.os == 'Windows' && matrix.python-version == '2.7'
4343
run: |
4444
choco install vcpython27 -f -y
4545

0 commit comments

Comments
 (0)