-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Updating GitHub Actions to new Node20 versions #384
Conversation
Still getting a couple of warnings (for |
Turns out the The |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #384 +/- ##
========================================
Coverage 93.18% 93.18%
========================================
Files 60 60
Lines 2920 2920
========================================
Hits 2721 2721
Misses 199 199 ☔ View full report in Codecov by Sentry. |
Hmm yeah that seemed to break |
@dalonsoa Have you handled this switch from the |
I seem to remember it was pretty easy. We use it in this project (you can see the status badge there), but forgot to disable the |
I've got |
I think that's way we left it in there. But yeah, pre-commit.ci is a totally independent tool run in parallel. Having said that, and totally underelated, the tests with Ubuntu and Python 3.10 are a bit flaky, right? They fail for no apparent reason and pass if re-run. Any idea of why that might be? |
Yeah - that's bothering me too. |
OK - so |
Ah - no. The test uses: with TemporaryDirectory() as tempdir:
try: I think that gets deleted when the context handler exits? Any other thoughts @dalonsoa |
Maybe this is pointing to an interesting situation: the error message is not clear enough to suggest what's wrong and only checking the logs, which are not always available or within easy reach, you can have an idea of the problem. It is also a problem that the Aside from providing the full error log as output from running the tests, I cannot think of anything else. |
@dalonsoa This doesn't fix the wider issue of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do :)
Description
Updates actions to new versions using Node20, not deprecated Node16
Fixes #383
Type of change
Key checklist
pre-commit
checks:$ pre-commit run -a
$ poetry run pytest
Further checks