Use astral-sh/setup-uv@v7 in GitHub actions#82
Conversation
|
Failure here (from threaded Python 3.13) looks like a possible race condition. The same PR under my repo works fine jbcoe#2. @StephenOman, can we re-trigger failed runs to see if the tests then pass? If so, we have another bug that I'm happy to investigate 🐛 . |
|
Running from a docker image did not produce failures. If there is a race condition it might be rare or easier to produce on GitHub action runners. |
3c1cfff to
4ef897c
Compare
4ef897c to
fe4b14c
Compare
|
The race condition (?) persists but only in this PR. I'll mark it as draft so we don't merge by mistake. |
|
Tests passing on re-run. I'm curious if you pushed to multiple PRs around the same time that may have caused this? |
|
Odd. Thanks for the re-run. CI should be isolated so pushing multiple PRs should not cause instability. I suspect that we have a rare race condition. I'll add sanitizers in a future PR. Feel free to add a bug. |
Preferred version number taken from uv docs at: https://docs.astral.sh/uv/guides/integration/github/#installation