We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a016679 commit 7b002a9Copy full SHA for 7b002a9
1 file changed
.github/workflows/omv-ci.yml
@@ -39,6 +39,8 @@ jobs:
39
- name: Install OMV
40
run: |
41
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
42
+
43
+ pip install setuptools --upgrade # needed for eden on Python 3.12
44
45
- name: Run OMV tests on engine ${{ matrix.engine }}
46
0 commit comments