Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit d11ade1

Browse files
authored
Update github-deploy.yml
1 parent 141d1ab commit d11ade1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install Visual C++ for Python 2.7
2929
if: runner.os == 'Windows'
30-
run: choco install vcpython27 -f -y
30+
run: choco install python3 -f -y
3131

3232
- name: Install openblas for macos
3333
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)