-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue with coverage job in GitHub Action #881
Comments
This was referenced Dec 18, 2024
Closed with #882 |
github-project-automation
bot
moved this from TODO
to Done
in Fractal Project Management
Dec 18, 2024
Note that the actual issue is still present in #866, and looks very similar to |
github-project-automation
bot
moved this from Done
to TODO
in Fractal Project Management
Dec 19, 2024
tcompa
changed the title
Update
Fix issue with coverage job in GitHub Action
Dec 30, 2024
coverage
version and use it consistently in GHA
We provisionally fixed this with 4c12f2b, but it's clearly suboptimal as it requires installing the whole package (pytorch included) just to produce the coverage. |
1 task
github-project-automation
bot
moved this from TODO
to Done
in Fractal Project Management
Jan 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, the
coverage
step ofci_poetry.yml
uses version ofcoverage
different from the one used in thetest_tasks
version, since the former comes from apip install
and the latter is the poetry-locked one. I guess this is the reason for the failures observed by @lorenzocerrone in #866.Meanwhile, we should also bump the version to something a bit more recent (from 6.5 to 7.6).
The text was updated successfully, but these errors were encountered: