File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5050 cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local -Dwith-mpi=ON ./nest-simulator-3.8
5151 make
5252 make install
53+ - name : Install Arbor
54+ if : startsWith(matrix.os, 'ubuntu')
55+ run : |
56+ python -m pip install arbor==0.9.0
5357 - name : Install PyNN itself
5458 run : |
55- pip install -e ".[test]"
59+ python -m pip install -e ".[test]"
5660 - name : Test installation has worked (Ubuntu)
5761 # this is needed because the PyNN tests are just skipped if the simulator
5862 # fails to install, so we need to catch import failures separately
6165 python -c "import pyNN.nest"
6266 python -c "import pyNN.neuron"
6367 python -c "import pyNN.brian2"
68+ python -c "import pyNN.arbor"
6469 - name : Test installation has worked (Windows)
6570 if : startsWith(matrix.os, 'windows')
6671 run : |
You can’t perform that action at this time.
0 commit comments