Skip to content

Commit

Permalink
update CI to use NEST 3.6 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Sep 29, 2023
1 parent 89f8faf commit 0a5e681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
python -m pip install cython
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.6-rc2.tar.gz -O nest-simulator-3.6-rc2.tar.gz
tar xzf nest-simulator-3.6-rc2.tar.gz
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.6-rc2
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.6.tar.gz -O nest-simulator-3.6.tar.gz
tar xzf nest-simulator-3.6.tar.gz
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.6
make
make install
- name: Install PyNN itself
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ neo>=0.11.0
#git+https://github.com/NeuralEnsemble/python-neo.git@master#egg=neo
setuptools>=20.5
h5py
git+https://github.com/NeuralEnsemble/libNeuroML@development#egg=libneuroml
#git+https://github.com/NeuralEnsemble/libNeuroML@development#egg=libneuroml
libNeuroML==0.4.1
morphio

0 comments on commit 0a5e681

Please sign in to comment.