From 507ef30ab84148622c852cacea123d8a90cbf5f9 Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Tue, 11 Jun 2024 22:15:54 -0400 Subject: [PATCH] installing neuron from non cache dir --- .github/workflows/unit_tests.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 3f7b5734a..25155de41 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -70,14 +70,17 @@ jobs: shell: bash -el {0} run: | python -m pip install --upgrade pip - python -m pip install openmpi mpi4py neuron + python -m pip install openmpi mpi4py export MPI_LIB_NRN_PATH=/opt/homebrew/Cellar/open-mpi/5.0.3_1/lib - echo $MPI_LIB_NRN_PATH - - name: Install dependencies - shell: bash -el {0} + - name: Install NEURON run: | - python -m pip install --upgrade pip - python -m pip install openmpi mpi4py neuron + python -m pip install --no-cache-dir neuron + # echo $MPI_LIB_NRN_PATH + # - name: Install dependencies + # shell: bash -el {0} + # run: | + # python -m pip install --upgrade pip + # python -m pip install openmpi mpi4py neuron # - name: Set environment variables # run: | # echo "export MPI_HOME=$CONDA_PREFIX" >> $GITHUB_ENV