aiidateam / aiida-registry

Find plugins for AiiDA
http://aiidateam.github.io/aiida-registry
Other
16 stars 66 forks source link

fix: don't choke on missing pip url #306

Closed ltalirz closed 8 months ago

ltalirz commented 8 months ago

Web site build broke because one package did not specify pip_url

ltalirz commented 8 months ago

@unkcpz do you have an idea why the checks aren't running?

also tried pushing to the upstream repo, but even there the checks are not running https://github.com/aiidateam/aiida-registry/commits/fix/missing-pip-url/

this commit does not touch the github actions files, so I don't quite get what's going on here

unkcpz commented 8 months ago

Web site build broke because one package did not specify pip_url

I didn't understand why it was not failed before, the error is from aiida-open_circuit_voltage

For the CI not triggered, it will be fixed by #307.

unkcpz commented 8 months ago

Sorry, accidentally close it through #307

ltalirz commented 8 months ago

Thanks a lot @unkcpz !