We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c578a12 commit e572005Copy full SHA for e572005
.github/workflows/omv-ci.yml
@@ -38,7 +38,8 @@ jobs:
38
run: |
39
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
40
pip install scipy sympy matplotlib cython pandas tables
41
-
+
42
+ pip install setuptools --upgrade # needed for eden on Python 3.12
43
44
- name: Run OMV tests on engine ${{ matrix.engine }}
45
0 commit comments