-
Notifications
You must be signed in to change notification settings - Fork 1
Data Plugin CI
Baldur van Lew edited this page Jul 17, 2024
·
1 revision
This does not cover how to may a data plugin just how to get it working in our CI.
Choose for example CellMorphologyData conafile.py as a template.
This contains a number of special features that are necessare for the correct consumption of the data plugin in the CI.
__get_git_path()
Determines if the context of the data plugin artifact is being consumed as a requirement or being built
requirements
Uses __get_git_path
to correctly add a core dependency during build but not to during consumprion.
package_id
Remove the requires information from the packaging signature. The consumer should provide all requirements (core etc.)