Skip to content

Commit

Permalink
Github Workflows: Install numpy on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
saidinesh5 committed Feb 3, 2022
1 parent 7c48d64 commit 43dabd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -41,6 +41,11 @@ jobs:
if: runner.os == 'macOS'
with:
xcode-version: latest-stable
- name: Install build dependencies
if: runner.os == 'macOS'
run: |
pip install numpy
pip3 install numpy
- uses: actions/setup-python@v2
if: runner.os == 'macOS'
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/releases.yml
Expand Up @@ -89,6 +89,7 @@ jobs:
- name: Install Build Dependencies
run: |
pip install numpy
pip3 install numpy
- name: Build
run: cargo xtask dist
env:
Expand Down

0 comments on commit 43dabd9

Please sign in to comment.