Skip to content

Commit 1f7b0fb

Browse files
authored
Update omv-ci.yml
1 parent e215c98 commit 1f7b0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 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<3.1.0 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 }}

0 commit comments

Comments
 (0)