Skip to content

Commit 574cba3

Browse files
committed
try fixing windows 2.7 build
1 parent 95c764a commit 574cba3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
python -m pip install --upgrade virtualenv tox tox-gh-actions
3333
python -m pip install --upgrade cython
3434
35+
- name: "Install Visual C++ for Python 2.7"
36+
if: runner.os == 'Windows' && runner.python-version == "2.7"
37+
run: |
38+
choco install vcpython27 -f -y
39+
3540
- name: "Rebuild CPP files using Cython"
3641
run: "./update_cpp.sh"
3742

0 commit comments

Comments
 (0)