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

Commit

Permalink
Merge pull request #76 from spokestack/will-rice-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
will-rice authored Apr 22, 2021
2 parents e9b132c + d11ade1 commit 0d409ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

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

- name: Install openblas for macos
if: runner.os == 'macOS'
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recursive-include spokestack/extensions/portaudio/ *
recursive-include spokestack/extensions/ *

0 comments on commit 0d409ff

Please sign in to comment.