rdkcentral / BundleGen

A command-line tool to convert OCI Images into extended OCI Bundles for use with the Dobby container manager.
Apache License 2.0
5 stars 32 forks source link

[RDK-35868] - Add unit tests to BundleGen #79

Closed KaurSup closed 1 year ago

KaurSup commented 1 year ago

After merging PR #78, workflow ran , but failed with error "ModuleNotFoundError: No module named 'jsonschema'" So, added pip install jsonschema to the yml file, tested locally and it is passing now

KaurSup commented 1 year ago

As per Stephen's comment, updated the requirements.txt and setup.py