Skip to content

Commit

Permalink
installing neuron from non cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 12, 2024
1 parent baa38e1 commit 507ef30
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 507ef30

Please sign in to comment.