Skip to content

Commit d0607df

Browse files
authored
Upgrade setuptools for compatibility with Neuron
1 parent c9b69e1 commit d0607df

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
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
3131
pip install scipy sympy matplotlib cython pandas tables
32+
pip install setuptools --upgrade # needed for Neuron on py 3.12
3233
3334
- name: Download selected NEURON models
3435
if: ${{ contains( matrix.engine, 'NEURON' ) }}

0 commit comments

Comments
 (0)