We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e332f38 + 26d2091 commit 814008fCopy full SHA for 814008f
.github/workflows/full-test.yml
@@ -45,9 +45,9 @@ jobs:
45
if: startsWith(matrix.os, 'ubuntu')
46
run: |
47
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
+ wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.8.tar.gz -O nest-simulator-3.8.tar.gz
+ tar xzf nest-simulator-3.8.tar.gz
+ cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.8
51
make
52
make install
53
- name: Install PyNN itself
0 commit comments