Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

dingraha
Copy link

@dingraha dingraha commented Aug 2, 2023

This PR makes it possible to do the equivalent of pip install --editable <path/to/package> with CondaPkg.jl, as requested in #96

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #101 (ff37133) into main (4d48894) will increase coverage by 1.43%.
The diff coverage is 94.73%.

@@            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     
Files Changed Coverage Δ
src/spec.jl 95.71% <85.71%> (+0.19%) ⬆️
src/resolve.jl 94.79% <91.66%> (+0.94%) ⬆️
src/PkgREPL.jl 100.00% <100.00%> (ø)
src/deps.jl 91.47% <100.00%> (+3.86%) ⬆️
src/meta.jl 98.68% <100.00%> (+0.11%) ⬆️

@lassepe
Copy link
Contributor

lassepe commented Aug 12, 2024

It looks like this PR got stuck. Is there a chance to revive it?

@cjdoris
Copy link
Collaborator

cjdoris commented Aug 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants