Skip to content

Commit

Permalink
Run test suite with NEST 3.7-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Mar 28, 2024
1 parent cfae3a6 commit 56ae179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/full-test.yml
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.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
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.7_rc1.tar.gz -O nest-simulator-3.7-rc1.tar.gz
tar xzf nest-simulator-3.7-rc1.tar.gz
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.7_rc1
make
make install
- name: Install PyNN itself
Expand Down

0 comments on commit 56ae179

Please sign in to comment.