Skip to content

Commit

Permalink
Bump up NEST version to 3.6-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbabu committed Sep 26, 2023
1 parent 91eb990 commit 7559055
Showing 1 changed file with 3 additions and 3 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.4.tar.gz -O nest-simulator-3.4.tar.gz
tar xzf nest-simulator-3.4.tar.gz
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.4
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
make
make install
- name: Install PyNN itself
Expand Down

0 comments on commit 7559055

Please sign in to comment.