Skip to content

Commit 96e1052

Browse files
committed
Also install omv
1 parent 847d888 commit 96e1052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_test_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
# pip install 'numpy<2.0.0' # due to lingering issues with other modules & numpy...
33-
./test_all.sh
34-
3533
34+
pip install OSBModelValidation
3635
36+
./test_all.sh
3737
3838
3939

0 commit comments

Comments
 (0)