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 conda update / conda up #67

Merged
merged 2 commits into from
Jan 25, 2023
Merged

add conda update / conda up #67

merged 2 commits into from
Jan 25, 2023

Conversation

t-bltg
Copy link
Contributor

@t-bltg t-bltg commented Jan 24, 2023

Naive implementation of conda update (short version conda up).

Fix #60.
Fix #49.

Should we add a --pip option to update pip packages and limit the update to the conda installed pkgs by default ?

@codecov
Copy link

codecov bot commented Jan 24, 2023

Codecov Report

Merging #67 (ded9d60) into main (d4a503a) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #67      +/-   ##
==========================================
+ Coverage   91.80%   91.84%   +0.03%     
==========================================
  Files           7        7              
  Lines         842      846       +4     
==========================================
+ Hits          773      777       +4     
  Misses         69       69              
Impacted Files Coverage Δ
src/PkgREPL.jl 100.00% <100.00%> (ø)
src/resolve.jl 92.54% <100.00%> (+0.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@cjdoris
Copy link
Collaborator

cjdoris commented Jan 24, 2023

Looks good thanks. Can you also add a CondaPkg.update() function please?

@cjdoris
Copy link
Collaborator

cjdoris commented Jan 24, 2023

I don't think a --pip option is necessary, let's just have conda up update all the conda and pip packages.

@cjdoris
Copy link
Collaborator

cjdoris commented Jan 24, 2023

Update the README too please.

@cjdoris
Copy link
Collaborator

cjdoris commented Jan 25, 2023

Awesome thanks!

@t-bltg t-bltg deleted the upd branch January 25, 2023 09:08
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.

To do: Conda.update how to update packages?
2 participants