Skip to content

Commit e572005

Browse files
authored
Update omv-ci.yml
1 parent c578a12 commit e572005

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
run: |
3939
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
4040
pip install scipy sympy matplotlib cython pandas tables
41-
41+
42+
pip install setuptools --upgrade # needed for eden on Python 3.12
4243
4344
- name: Run OMV tests on engine ${{ matrix.engine }}
4445
run: |

0 commit comments

Comments
 (0)