Skip to content

Commit 163f02c

Browse files
committed
Test on omv
1 parent bebe66f commit 163f02c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci_pre_pip.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: [ 3.9, "3.10", "3.11", "3.12" ]
17+
python-version: [ 3.9, "3.10", "3.11"] # not working yet: "3.12"
1818

1919
steps:
2020
- uses: actions/checkout@v4
@@ -59,6 +59,10 @@ jobs:
5959
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
6060
pip install scipy sympy matplotlib cython pandas tables
6161
62+
- name: Run OMV tests
63+
run: |
64+
omv all -V
65+
6266
- name: Final version info
6367
run: |
6468

0 commit comments

Comments
 (0)