You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some light of hope exists to enable tox run-parallel again on Windows. It was disabled in e651dc1 due to multiple issues:
Most likely multiple workflows using different python interpreters and setup-uv writing cache simultaneously using the same Windows temp folder name, causing conflict.
Some light of hope exists to enable
tox run-parallel
again on Windows. It was disabled in e651dc1 due to multiple issues:setup-uv
writing cache simultaneously using the same Windows temp folder name, causing conflict.setup-uv
release, or directly use commit astral-sh/setup-uv@856099cpyright
to create file simultaneously on the same cache folder (Concurrent runs of pyright can result in race condition RobertCraigie/pyright-python#318).basedpyright
could fix this issue by pre-bundlingnode
andpyright
and avoid multiple package download from net.basedpyright
basedpyright
in pytest plugin causes no surprisebasedpyright
jakebailey/pyright-action
andjordemort/action-pyright
usebasedpyright
? Former one seems fine, but latter one may need forking.The text was updated successfully, but these errors were encountered: