Commit caacf44
authored
[python/ci] replace miniconda with miniforge (#11085)
With license changes to conda/miniconda, we want to move to miniforge,
which is oss+community run. There's nothing in the github actions
marketplace for miniforge ([one exists but is
archived](https://github.com/conda-forge/setup-miniforge/tree/master)),
so I wrote out their steps for installing the latest version in CI.
Miniforge is the community version of conda, which does not have the
same licensing restrictions as miniconda and automatically uses to
community-run package distributor conda-forge.
### Release Notes
<!--
Optionally, replace `N/A` with text to be included in the next release
notes.
The `N/A` bullets are ignored. If you refer to one or more Positron
issues,
these issues are used to collect information about the feature or
bugfix, such
as the relevant language pack as determined by Github labels of type
`lang: `.
The note will automatically be tagged with the language.
These notes are typically filled by the Positron team. If you are an
external
contributor, you may ignore this section.
-->
#### New Features
- N/A
#### Bug Fixes
- #11088 Use miniforge in
Python CI.
### QA Notes
ci should be green1 parent 82d7eb5 commit caacf44
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | | - | |
363 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
364 | 366 | | |
365 | 367 | | |
366 | 368 | | |
| |||
0 commit comments