neuronsimulator / nrn

NEURON Simulator
http://nrn.readthedocs.io
Other
381 stars 114 forks source link

ModelDB CI broke. #2969

Closed 1uc closed 1 month ago

1uc commented 1 month ago

In a recent PR we got the following error:

 ERROR: Invalid requirement: 'neuron-nightly==9.0a-294-g21ea378fd': Expected end or semicolon (after version specifier)
    neuron-nightly==9.0a-294-g21ea378fd
                  ~~~~~~~~~~^

https://github.com/neuronsimulator/nrn/actions/runs/9839524289/job/27161784602#step:10:68

The likely step to reproduce are:

  1. Create a PR.
  2. Wait until Azure publishes the wheels as artifacts (it'll create a comment on the PR with the link).
  3. Add the label nrn-modeldb-ci-nightly.
  4. Wait until it crashes.