latest update may have broken our CI #3375
Replies: 1 comment
-
actually pretty sure it's an issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we maintain both editable and non-editable dependencies in the same
pyproject.toml
file and run proper install or sync commands accordinglyafter the last upgrade, I suspect it broke our CI (which shouldn't use the editable deps)
I will give a minimal version of how our pyproject looks like:
now in the CI I run
pdm sync --prod -G inner
and it fails because it tries to fetch the editable version
reproduced locally:
last couple of lines of log file:
do you think it's a bug ? I suspect this:
#3361
Edit: also after I reproduced locally, downgraded the PDM version and ran the sync command again and it works
thanks !
Beta Was this translation helpful? Give feedback.
All reactions