Skip to content

Commit

Permalink
Install h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
jorblancoa committed Aug 16, 2024
1 parent cd9936c commit fd4de1e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/simulation_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ jobs:
cmake --build nrn/build --parallel
cmake --build nrn/build --target install
- name: Install h5py
if: steps.cache-venv.outputs.cache-hit != 'true'
run: |
. ./venv/bin/activate
CC=mpicc CXX=mpic++ pip install --no-binary=h5py h5py
- name: Install neurodamus
run: |
. ./venv/bin/activate
Expand Down Expand Up @@ -171,4 +177,4 @@ jobs:
# - name: live debug session, comment out
# if: failure()
# uses: mxschmitt/action-tmate@v3
# uses: mxschmitt/action-tmate@v3

0 comments on commit fd4de1e

Please sign in to comment.