-
Notifications
You must be signed in to change notification settings - Fork 7
Fix issue with coverage job in GitHub Action #881
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
Comments
This was referenced Dec 18, 2024
Closed with #882 |
Note that the actual issue is still present in #866, and looks very similar to |
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
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: