We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d610d34 + 5f844f3 commit 238d69dCopy full SHA for 238d69d
1 file changed
.github/workflows/omv-ci.yml
@@ -21,8 +21,6 @@ jobs:
21
- jNeuroML_validate
22
- PyNEST
23
- "PyNEST:2.20.0"
24
- - "PyNEST:3.2"
25
- - "PyNEST:3.3"
26
- "PyNEST:3.4"
27
- "PyNEST:3.6"
28
- "PyNEST:3.8"
@@ -52,7 +50,9 @@ jobs:
52
50
- name: Install OMV
53
51
run: |
54
pip install git+https://github.com/OpenSourceBrain/osb-model-validation # @test_nest
55
- pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
+
+ pip install matplotlib "cython<3.1.0" # let omv handle other deps...
56
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
57
58
- name: Run OMV tests on engine ${{ matrix.engine }}
0 commit comments