-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bump to conda 23.11.0 (with menuinst v2) #36
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
e10ec72
Require menuinst >=2
jaimergp 02e8a96
use canary channel for menuinst
jaimergp 5a9f29f
update sha
jaimergp 60cc7fe
include alphas
jaimergp 5ac360d
add news
jaimergp 48f2c05
update imports and datas for menuinst
jaimergp 8c630c1
use new menuinst api
jaimergp 408dcc3
add test
jaimergp 9ef8ffb
pre-commit
jaimergp 43557ff
fix data path on windows
jaimergp 1b3e8ba
pre-commit
jaimergp 957ae23
fix exit codes
jaimergp c041187
refine test
jaimergp c45d273
refine test
jaimergp 343ca65
pre-commit
jaimergp da559f9
Merge branch 'main' into menuinst-v2
jaimergp 6cad423
update news
jaimergp 42fdb7a
bump to conda 23.11 and cls 23.11.1
jaimergp 05d2f4a
revert
jaimergp 3e75998
update news
jaimergp 8eb8fb5
Merge branch 'main' of github.com:conda/conda-standalone into menuins…
jaimergp 210b0bc
update tests
jaimergp 9665f4e
update hash
jaimergp 0b7ccdb
simply gha workflow
jaimergp 5b60c21
use 1.5.3
jaimergp b3b4a24
use python 3.10.13
jaimergp 2a3fc3f
pin to conda-build 3.27?
jaimergp f8247af
Merge branch 'main' into menuinst-v2
jaimergp 5a662a5
remove package name
jaimergp 528a866
fix some paths
jaimergp 4f6c8f6
paths must be str
jaimergp fbe60c1
adjust outdated docstring
jaimergp 85ac540
update test reqs
jaimergp 528a5ca
debug with prints
jaimergp 8891573
verbosity
jaimergp 32b65da
use needs_admin
jaimergp d556efb
require menuinst >=2 for tests
jaimergp b89ab42
invert
jaimergp 6114f01
pre-commit
jaimergp f3e6035
try both locations because we can't know which one will be used for sure
jaimergp 3b191b9
add comment
jaimergp bfeb7e6
debug with tmate
jaimergp 48a4f9c
if always
jaimergp e70b7e0
v3
jaimergp b29d49b
debug earlier
jaimergp 9f08097
retrigger
jaimergp 95e99a8
retrigger
jaimergp 9ba2451
retrigger
jaimergp f56962d
try different tests
jaimergp a00b655
use env in both calls
jaimergp ddc2421
remove tmate
jaimergp 7df391e
use root-prefix in both
jaimergp 2979d04
use env var instead
jaimergp 7b2e7f8
Apply suggestions from code review
jaimergp 1781a74
more p -> process
jaimergp c650ca1
Update .github/workflows/tests.yml
jezdez 7996542
Update constructor's sha
jaimergp 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### Enhancements | ||
|
||
* Bump to `python` 3.10.13, `conda` 23.11.0, `conda-libmamba-solver` 23.11.1 and `libmambapy` 1.5.3. (#36) | ||
* Bundle `menuinst` v2.0.1 and import `menuinst` directly without relying on `constructor`'s `_nsis.py` module. (#36) | ||
|
||
### Bug fixes | ||
|
||
* <news item> | ||
|
||
### Deprecations | ||
|
||
* <news item> | ||
|
||
### Docs | ||
|
||
* <news item> | ||
|
||
### Other | ||
|
||
* <news item> |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
pytest | ||
menuinst>=2 |
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.
💥