use_uv
with workspaces
fails to install workspace packages
#3312
Labels
🐛 bug
Something isn't working
use_uv
with workspaces
fails to install workspace packages
#3312
Describe the bug
To reproduce
pdm install -G:all -v --frozen-lockfile
Expected Behavior
Should be able to install the workspace packages
Environment Information
pdm -v output
Additional Context
It works fine when
use_uv
is set tofalse
, but is a couple of orders of magnitude slower.locking works fine, it's the install phase that bugs out.
It might be that I am doing something wring here, but then it works as intended with
use_uv
set to false.Are you willing to submit a PR to fix this bug?
The text was updated successfully, but these errors were encountered: