Fix romancal CI test#774
Conversation
…n galsim. Currently galsim does not have wheels supporting Python 3.14, so we need to test romancal on 3.13 for now.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #774 +/- ##
=======================================
Coverage 85.87% 85.87%
=======================================
Files 14 14
Lines 1069 1069
=======================================
Hits 918 918
Misses 151 151 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I'm honestly surprised this wasn't an issue earlier, as |
Currently we are seeing the
romancaltests failing, see https://github.com/spacetelescope/rad/actions/runs/19817201686. The failure appears to be duegalsimnot having a wheel available for Python 3.14, which is the python version those tests are currently being run on. Thegalsimdependency forromancalcomes fromromanisimwhich was added as aromancaldependency by spacetelescope/romancal#2036.This PR simply runs the
romancaltests on Python 3.13 instead of the latest Python, Python 3.14.Tasks
radtests.docs/page.no-changelog-entry-needed.)changes/:echo "changed something" > changes/<PR#>.<changetype>.rst(see below for change types).romancalregression test (https://github.com/spacetelescope/RegressionTests/actions/workflows/romancal.yml) with this branch installed ("git+https://github.com/<fork>/rad@<branch>").roman_datamodelsutilities and tests.News fragment change types:
changes/<PR#>.feature.rst: new featurechanges/<PR#>.bugfix.rst: fixes an issuechanges/<PR#>.doc.rst: documentation changechanges/<PR#>.removal.rst: deprecation or removal of public APIchanges/<PR#>.misc.rst: infrastructure or miscellaneous change