How to install a local PyPI-style package from different git branches in pixi.toml? #4560
Unanswered
BloomingStone
asked this question in
Q&A
Replies: 1 comment
-
as far as I know this is unsupported |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m wondering if it’s possible to configure
pixi.toml
so that when installing a local PyPI project, I can specify a different git branch or version.For example, I know that for remote repositories on GitHub, I can do something like:
But for a local path dependency, e.g.
I don’t see a way to tell pixi to use a specific branch of that local repo.
Of course, I can cd ../my-package && git checkout branch-name, but I’m curious:
Is there a way to make pixi automatically check out the correct branch when resolving dependencies?
Or is this only supported when the package is remote (GitHub) but not when using local path installs?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions