Skip to content

Commit e48e9bd

Browse files
committed
Better dep installs
1 parent e46d6e9 commit e48e9bd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/non-omv.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Install OMV
2828
run: |
2929
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
30+
31+
pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
3032
3133
- name: Test some scripts
3234
run: |

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Install OMV
2929
run: |
3030
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
31-
32-
pip install matplotlib "cython<3.1.0" # let omv handle other deps...
31+
32+
pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
3333
3434
- name: Run OMV tests on engine ${{ matrix.engine }}
3535
run: |

0 commit comments

Comments
 (0)