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

Re-install conda/mamba for every tljh upgrade (doesn't imply upgrade) #968

Merged
merged 3 commits into from
Mar 18, 2024

Commits on Feb 26, 2024

  1. tests: test pip install plugin with no-dependency package

    This is a simplification to help ensure we don't run into issues like
    below because requests gets installed via pip.
    
    ```
    RemoveError: 'requests' is a dependency of conda and cannot be removed from conda's operating environment.
    ```
    consideRatio committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2fe9912 View commit details
    Browse the repository at this point in the history
  2. tests: show mamba list for the user environment before/after upgrade

    This can help us check if a package has been installed from PyPI via
    pip, or from conda-forge or other channel via conda/mamba.
    consideRatio committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7d8a848 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e397bc View commit details
    Browse the repository at this point in the history