Skip to content

Commit 1cec3bd

Browse files
committed
Don't test omv on windows
1 parent b041d05 commit 1cec3bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ jobs:
9696
make html
9797
9898
- name: Install and test with OMV
99+
if: ${{ matrix.runs-on != 'windows-latest' }}
99100
run: |
101+
# Note: OMV not well tested on Windows...
102+
100103
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
101104
pip install scipy sympy matplotlib cython pandas tables
102105

0 commit comments

Comments
 (0)