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

feat: Enable listing packages installed from PyPI in micromamba #3161

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    3ff8295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ded899 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    dab7d63 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Remove previous useless code

    Hind-M committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3d82c94 View commit details
    Browse the repository at this point in the history
  2. Fix failing test

    Hind-M committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4e1f70b View commit details
    Browse the repository at this point in the history
  3. Print for tests debugging

    Hind-M committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0aba9cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fca7e28 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Add -l to pip freeze

    Add print to debug
    Hind-M committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    1d4164d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5202088 View commit details
    Browse the repository at this point in the history
  3. Fix linter

    Hind-M committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d202da8 View commit details
    Browse the repository at this point in the history
  4. Add debug printing

    Hind-M committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9a6ec6a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    b0f7309 View commit details
    Browse the repository at this point in the history
  2. Fix linter

    Hind-M committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4f104dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ce34df View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    d894aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42c0ddf View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Uncomment assert in test

    Hind-M committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1ab6f72 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    0866887 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Use pip instead of python

    Signed-off-by: Julien Jerphanion <[email protected]>
    jjerphan committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    991d29b View commit details
    Browse the repository at this point in the history
  2. Format code

    Signed-off-by: Julien Jerphanion <[email protected]>
    jjerphan committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    498298b View commit details
    Browse the repository at this point in the history