spacetelescope / webbpsf

James Webb Space Telescope PSF simulation tool
https://webbpsf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
118 stars 63 forks source link

[CI] fix missing `data/` directory when downloading + caching data #885

Closed zacharyburnett closed 3 months ago

zacharyburnett commented 3 months ago

when running download_data.yml, the data/ directory doesn't exist, so tar can't extract into it. Additionally, version.txt is now at data/webbpsf-data/version.txt

zacharyburnett commented 3 months ago

after merging this, rerunning https://github.com/spacetelescope/webbpsf/actions/workflows/download_data.yml will fix the failing tests (the cache misses due to a different path)

BradleySappington commented 3 months ago

Roger that!