spacetelescope / jwst

Python library for science observations from the James Webb Space Telescope
https://jwst-pipeline.readthedocs.io/en/latest/
Other
571 stars 167 forks source link

`KeyError: 'CRDS_PATH'` when testing `--pyargs jwst.datamodels` with newest `stdatamodels` #6887

Closed zacharyburnett closed 2 years ago

zacharyburnett commented 2 years ago

CI workflow fails in stdatamodels repository when testing downstream with latest jwst at commit 64ab7f3f1ade8ae457ca906add85e38031cb629d: https://github.com/spacetelescope/stdatamodels/runs/6858169631?check_suite_focus=true#step:6:118

KeyError: 'CRDS_PATH'
zacharyburnett commented 2 years ago

fixed in https://github.com/spacetelescope/stdatamodels/runs/6907284885?check_suite_focus=true by explicitly passing the variable to the test job in GitHub Actions; it appeared to be an issue with stdatamodels's CI setup