Skip to content

Commit

Permalink
Merge 56ae179 into cfae3a6
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Mar 28, 2024
2 parents cfae3a6 + 56ae179 commit ba1d52d
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 ba1d52d

Please sign in to comment.