Skip to content

Commit 929aabb

Browse files
authored
Add setuptools installation to OMV CI workflow
1 parent be6fc89 commit 929aabb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/omv-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
4141
pip install scipy sympy matplotlib cython pandas tables
42+
pip install setuptools
4243
4344
- name: Make neuroConstruct synapses
4445
if: ${{ matrix.engine == 'Py_neuroConstruct' }}

0 commit comments

Comments
 (0)