aiidalab / aiidalab-docker-stack

Docker images with the basic software stack for AiiDAlab
https://aiidalab.net
Other
9 stars 14 forks source link

Fix `pip check` test #489

Closed danielhollas closed 3 months ago

danielhollas commented 3 months ago

Fixes #490. The offending packages have been fixed upstream, but we need to forcibly update async_generator and certipy to pick up those changes since these are already part of the jupyter base image.

Additionally, I've unpinned the softprops/actions-gh-release action. Pinning this action to specific patch version just creates noise from dependabot. Given that we currently don't pin any other actions to the exact versions, let's unpin this one as well.

Closes #487