File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments