We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8354d5 commit 0303f56Copy full SHA for 0303f56
.github/workflows/ci.yml
@@ -65,6 +65,8 @@ jobs:
65
pip install .
66
pip install scipy sympy matplotlib cython pandas tables
67
#sudo apt install octave
68
+ sudo apt install subversion # needed for neuroConstruct, not in ubuntu 24.04 runner
69
+ sudo apt install libx11-dev # needed for xpp...
70
71
- name: Run OMV tests on engine ${{ matrix.engine }}
72
run: |
0 commit comments