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

Split pypi and conda solve steps #601

Merged
merged 12 commits into from
Jan 4, 2024

Commits on Dec 22, 2023

  1. refactor: moved pypi installation into its own module

    1. Moved files
    2. Clippy fixed some small issues
    tdejager committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4e620f4 View commit details
    Browse the repository at this point in the history
  2. feat: remove mut

    tdejager committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    346c5dd View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

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

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    e7b8626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018bb34 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    63358bb View commit details
    Browse the repository at this point in the history
  2. split usage a little

    baszalmstra committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    77e4772 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    bbae3c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6419ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6997c54 View commit details
    Browse the repository at this point in the history
  4. Update src/lock_file/mod.rs

    Co-authored-by: Ruben Arts <ruben@prefix.dev>
    baszalmstra and ruben-arts authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a2b929e View commit details
    Browse the repository at this point in the history
  5. fix: fmt

    baszalmstra committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8e634b6 View commit details
    Browse the repository at this point in the history