neuronsimulator / nrn-build-ci

Repository for scheduled NEURON CI.
0 stars 4 forks source link

Fixes for Python min and max versions #79

Closed JCGoran closed 1 day ago

JCGoran commented 2 days ago

We removed Python 3.8 in https://github.com/neuronsimulator/nrn/pull/3108, so AlmaLinux and Ubuntu 20.04 started failing. To remedy this, on AlmaLinux we install 3.9 (available in default repos), and on Ubuntu we add another repo which has 3.9.

Also added better error handling (should now notify us if variables are missing or similar problems), and removed some unused env vars.