Skip to content

Commit 814008f

Browse files
authored
Merge pull request #807 from NeuralEnsemble/nest-dev
Run test suite with NEST 3.8
2 parents e332f38 + 26d2091 commit 814008f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/full-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
if: startsWith(matrix.os, 'ubuntu')
4646
run: |
4747
python -m pip install cython
48-
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.7.tar.gz -O nest-simulator-3.7.tar.gz
49-
tar xzf nest-simulator-3.7.tar.gz
50-
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.7
48+
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.8.tar.gz -O nest-simulator-3.8.tar.gz
49+
tar xzf nest-simulator-3.8.tar.gz
50+
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.8
5151
make
5252
make install
5353
- name: Install PyNN itself

0 commit comments

Comments
 (0)