We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e215c98 commit 1f7b0fbCopy full SHA for 1f7b0fb
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<3.1.0 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 }}
0 commit comments