I manually triggerred the end-to-end CI test, but it is still pulling an old version of roman_imsim_testdata submodule, which must be likely because of caching.
Log: https://github.com/DukeCosmology/roman_imsim/actions/runs/22426550261/job/64935922837
The hash of roman_imsim_testdata is setup is 5227befe71f6f690b5e9b9efbdc73b8f50b43d6c
when it should have actually setup f8e5b10f94b869fcd285480aa659703ec0b981de
I think we should drop caching, and replace bare pip with uv to speed things up a little.
cc: @sidneymau
I manually triggerred the end-to-end CI test, but it is still pulling an old version of
roman_imsim_testdatasubmodule, which must be likely because of caching.Log: https://github.com/DukeCosmology/roman_imsim/actions/runs/22426550261/job/64935922837
The hash of
roman_imsim_testdatais setup is5227befe71f6f690b5e9b9efbdc73b8f50b43d6cwhen it should have actually setup
f8e5b10f94b869fcd285480aa659703ec0b981deI think we should drop caching, and replace bare
pipwithuvto speed things up a little.cc: @sidneymau