We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46d6e9 commit e48e9bdCopy full SHA for e48e9bd
2 files changed
.github/workflows/non-omv.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Install OMV
28
run: |
29
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
30
+
31
+ pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
32
33
- name: Test some scripts
34
.github/workflows/omv-ci.yml
@@ -28,8 +28,8 @@ jobs:
-
- pip install matplotlib "cython<3.1.0" # let omv handle other deps...
- name: Run OMV tests on engine ${{ matrix.engine }}
35
0 commit comments