From fd4de1e5e8c3b9b2e0ec4f4e6a27f4c20f051a0b Mon Sep 17 00:00:00 2001 From: Jorge Blanco Alonso Date: Fri, 16 Aug 2024 14:11:57 +0200 Subject: [PATCH] Install h5py --- .github/workflows/simulation_test.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/simulation_test.yaml b/.github/workflows/simulation_test.yaml index f1b458d..9e2a658 100644 --- a/.github/workflows/simulation_test.yaml +++ b/.github/workflows/simulation_test.yaml @@ -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 @@ -171,4 +177,4 @@ jobs: # - name: live debug session, comment out # if: failure() - # uses: mxschmitt/action-tmate@v3 + # uses: mxschmitt/action-tmate@v3 \ No newline at end of file