drizzlepac icon indicating copy to clipboard operation
drizzlepac copied to clipboard

Drizzlepac/HAP: Fix failing build github action

Open stscijgbot-hstdp opened this issue 9 months ago • 0 comments

Issue HLA-1437 was created on JIRA by Steve Goldman:

The "build" github action was failing due to an unknown reason. It turns out that a dependebot update cause this action to use python 3.13 which was conflicting with the pyproject.toml requirement for python<3.13 still on our main branch.

I was able to manually revert the offending lines in PR #⁠1951 and the test is passing again. 

stscijgbot-hstdp avatar Feb 19 '25 15:02 stscijgbot-hstdp