We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c68b9dc + 1f7b0fb commit d610d34Copy full SHA for d610d34
1 file changed
.github/workflows/omv-ci.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install OMV
53
run: |
54
pip install git+https://github.com/OpenSourceBrain/osb-model-validation # @test_nest
55
- pip install scipy sympy matplotlib cython pandas tables
+ pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
56
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
57
58
- name: Run OMV tests on engine ${{ matrix.engine }}
@@ -67,4 +67,5 @@ jobs:
67
68
omv list -V # list installed engines
69
pip list
70
+
71
env
0 commit comments