Skip to content

Commit fda7817

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/omv-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ 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+
56+
# pip install scipy sympy matplotlib "cython<3.1.0" pandas tables # let omv handle these deps...
57+
5658
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
5759
5860
- name: Run OMV tests on engine ${{ matrix.engine }}

0 commit comments

Comments
 (0)