-
Notifications
You must be signed in to change notification settings - Fork 107
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
Unpin mamba<2 in dev environment #724
Open
maresb
wants to merge
23
commits into
conda:main
Choose a base branch
from
maresb:unpin-mamba-lt-2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
3de5b07
Revert "Pin mamba<2 in dev environment"
maresb e9bf944
Move types-click-default-group out of pip deps
maresb 188d652
Relock conda dependencies
maresb bc75f09
Relock pixi dependencies
maresb 0a1e1c0
Break apart compound command in test
maresb 30d7dcf
Define a fake Python binary in fake Conda env
maresb 2e4dd4a
Try to handle Windows in making the fake python
maresb d2427b9
Try copying Windows executable
maresb 53ee861
More robust test reporting
maresb c504ed8
Relock conda dependencies
maresb ce5f223
Add prerelease labels
maresb 24865fb
Force mamba to prerelease
maresb 17870b1
Relock conda dependencies
maresb cc1a813
Update pixi.toml
maresb a1a7833
Revert "Try copying Windows executable"
maresb fa1f835
Revert "Try to handle Windows in making the fake python"
maresb b2da4bf
Revert "Define a fake Python binary in fake Conda env"
maresb 877fa33
Use `--no-pip` in `fake_conda_environment`
maresb 4ae6924
Fix channel order
maresb dd71845
Update pixi.toml
maresb 1fc52f9
Relock dependencies
maresb e29c7d1
Log the update command
maresb c57de42
Log executable version
maresb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that
--no-pip
is new in mamba v2.0.6. We need to figure out how to handle the casesmamba >=2,<2.0.6
andmamba <2
.