Skip to content

Commit 195fe5c

Browse files
committed
try fixing windows 2.7 build
1 parent 620c08b commit 195fe5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m pip install --upgrade cython
3434
3535
- name: "Install Visual C++ for Python 2.7"
36-
if: ${{ (runner.os == 'Windows') && (runner.python-version == '2.7') }}
36+
if: ${{ (runner.os == 'Windows') && (matrix.python-version == '2.7') }}
3737
run: |
3838
choco install vcpython27 -f -y
3939

0 commit comments

Comments
 (0)