cellannotation / cell-annotation-schema

General, open-standard schema for cell annotations
9 stars 1 forks source link

python packaging bug fix #75

Closed hkir-dev closed 6 months ago

hkir-dev commented 6 months ago

After python packaging related folder structure update, GitHub actions are failing due to path errors:

Run python src/cas_schema/schema_validator.py
Traceback (most recent call last):
  File "/home/runner/work/cell-annotation-schema/cell-annotation-schema/src/cas_schema/schema_validator.py", line 9, in <module>
    from cas_schema.json_utils import get_json_from_file
ModuleNotFoundError: No module named 'cas_schema'

This bug fix guides scripts to search modules under src folder