Skip to content

Commit 7b002a9

Browse files
committed
setuptools on other gha action too
1 parent a016679 commit 7b002a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/omv-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- name: Install OMV
4040
run: |
4141
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
42+
43+
pip install setuptools --upgrade # needed for eden on Python 3.12
4244
4345
- name: Run OMV tests on engine ${{ matrix.engine }}
4446
run: |

0 commit comments

Comments
 (0)