Skip to content

Commit c80314c

Browse files
committed
Run test suite with NEST 3.9-rc2
1 parent 5a53a51 commit c80314c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/full-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
if: startsWith(matrix.os, 'ubuntu')
4646
run: |
4747
python -m pip install cython
48-
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.8.tar.gz -O nest-simulator-3.8.tar.gz
49-
tar xzf nest-simulator-3.8.tar.gz
50-
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.8
48+
wget https://github.com/nest/nest-simulator/archive/refs/tags/v3.9_rc2.tar.gz -O nest-simulator-3.9_rc2.tar.gz
49+
tar xzf nest-simulator-3.9_rc2.tar.gz
50+
cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.9_rc2
5151
make
5252
make install
5353
- name: Install Arbor
@@ -84,7 +84,7 @@ jobs:
8484
coveralls --service=github
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
87-
COVERALLS_FLAG_NAME: ${{ matrix.test-name }}
87+
COVERALLS_FLAG_NAME: ${{ matrix.os }}-${{ matrix.python-version }}
8888
COVERALLS_PARALLEL: true
8989
coveralls:
9090
name: Indicate completion to coveralls.io

0 commit comments

Comments
 (0)