Skip to content

Commit d610d34

Browse files
authored
Merge pull request #12 from OpenSourceBrain/development
Use pip install "cython<3.1.0" - for nest
2 parents c68b9dc + 1f7b0fb commit d610d34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install OMV
5353
run: |
5454
pip install git+https://github.com/OpenSourceBrain/osb-model-validation # @test_nest
55-
pip install scipy sympy matplotlib cython pandas tables
55+
pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
5656
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
5757
5858
- name: Run OMV tests on engine ${{ matrix.engine }}
@@ -67,4 +67,5 @@ jobs:
6767
run: |
6868
omv list -V # list installed engines
6969
pip list
70+
7071
env

0 commit comments

Comments
 (0)