We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7b0fb commit fda7817Copy full SHA for fda7817
1 file changed
.github/workflows/omv-ci.yml
@@ -52,7 +52,9 @@ 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
+
56
+ # pip install scipy sympy matplotlib "cython<3.1.0" pandas tables # let omv handle these deps...
57
58
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
59
60
- name: Run OMV tests on engine ${{ matrix.engine }}
0 commit comments