Skip to content

Commit

Permalink
update tests to NEST 3.8 rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jul 25, 2024
1 parent 59700ed commit 67e6f2c
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 @@ -44,9 +44,9 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
python -m pip install cython
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.8_rc1.tar.gz -O nest-simulator-3.8-rc1.tar.gz
tar xzf nest-simulator-3.8-rc1.tar.gz
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.8_rc1
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.8_rc2.tar.gz -O nest-simulator-3.8-rc2.tar.gz
tar xzf nest-simulator-3.8-rc2.tar.gz
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.8_rc2
make
make install
- name: Install PyNN itself
Expand Down

0 comments on commit 67e6f2c

Please sign in to comment.