Skip to content

Commit

Permalink
adding commnads to install neuron in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 10, 2024
1 parent 8468de3 commit 0c8e88a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
sudo apt-get install build-essential wget
sudo apt-get install libopenmpi-dev openmpi-bin
fi;
- name: Install macos dependencies
shell: bash -el {0}
run: |
if [ "${{ matrix.os }}" == "macos-latest" ]; then
brew install open-mpi
fi;
# - name: Install dependencies
# shell: bash -el {0}
# run: |
Expand Down

0 comments on commit 0c8e88a

Please sign in to comment.