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

Commit 0d409ff

Browse files
authored
Merge pull request #76 from spokestack/will-rice-patch-1
2 parents e9b132c + d11ade1 commit 0d409ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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'

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
recursive-include spokestack/extensions/portaudio/ *
1+
recursive-include spokestack/extensions/ *

0 commit comments

Comments
 (0)