-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add pip install --editable
functionality
#101
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #101 +/- ##
==========================================
+ Coverage 92.82% 94.25% +1.43%
==========================================
Files 8 8
Lines 864 888 +24
==========================================
+ Hits 802 837 +35
+ Misses 62 51 -11
|
It looks like this PR got stuck. Is there a chance to revive it? |
Sure, the PR looks good but has a load of merge conflicts. If you can resolve those I'll take a look. |
@cjdoris @lassepe I finally got around to updating this PR. Seems to work, but I did have to think about how to properly distinguish between a URL and a local path. I ended up using a regex that looks for a |
This PR makes it possible to do the equivalent of
pip install --editable <path/to/package>
with CondaPkg.jl, as requested in #96