1 parent 9207aec commit 84aa942Copy full SHA for 84aa942
1 file changed
.github/workflows/ci.yml
@@ -67,7 +67,7 @@ jobs:
67
#sudo apt install octave
68
sudo apt-get install -y subversion # for neuroConstruct full install...
69
70
- pip install setuptools --upgrade # needed for Eden on Python 3.12
+ pip install setuptools==80 # needed for eden on Python 3.12...
71
72
- name: Install numpy < 2 if necessary...
73
run: |
0 commit comments