Closed srilman closed 1 year ago
Name | Link |
---|---|
Latest commit | 36a2c95f5c6fc8d274a9169f3b2259fad9dc4812 |
Latest deploy log | https://app.netlify.com/sites/conda-lock/deploys/63e63448bf5f9c0008f8cc30 |
Deploy Preview | https://deploy-preview-342--conda-lock.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
In preparation to merge I removed the debug commit and rebased on main.
I will be entirely AFK a while, but I would have liked to merge as soon as this turns green. Perhaps we should enable GH automerge in this repo.
Why not allow the PR creator to merge their PR when ready? We can set GitHub up to only allow Merges (not Squash or Rebase) and to only enable it once all checks are passing.
Thanks a lot @srilman for all your help!!!
Why not allow the PR creator to merge their PR when ready? We can set GitHub up to only allow Merges (not Squash or Rebase) and to only enable it once all checks are passing.
Do you know the specific settings we'd need to change to set this up?
Description
We determined that the problems we noticed in #315 was caused when Poetry is installed on a user's machine and it's cache conflicts with the vendored poetry's cache. By modifying the locations inside of vendored poetry, we can ensure that it
Note that as @maresb suggested in https://github.com/conda/conda-lock/issues/315#issuecomment-1418361666, I added a option to
vendoring
inpyproject.toml
to replace any instances of"pypoetry"
, but manually modified the affected file myself since re-vendoring Poetry is not possible right now.