We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620c08b commit 195fe5cCopy full SHA for 195fe5c
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
python -m pip install --upgrade cython
34
35
- name: "Install Visual C++ for Python 2.7"
36
- if: ${{ (runner.os == 'Windows') && (runner.python-version == '2.7') }}
+ if: ${{ (runner.os == 'Windows') && (matrix.python-version == '2.7') }}
37
run: |
38
choco install vcpython27 -f -y
39
0 commit comments