mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
[Windows] Add note about Conda (#3513)
* add note about Conda * added a note in the same string * move note to Get-CondaVersion function
This commit is contained in:
@@ -140,7 +140,7 @@ function Get-PipVersion {
|
|||||||
|
|
||||||
function Get-CondaVersion {
|
function Get-CondaVersion {
|
||||||
$condaVersion = & "$env:CONDA\Scripts\conda.exe" --version
|
$condaVersion = & "$env:CONDA\Scripts\conda.exe" --version
|
||||||
return "Mini$condaVersion"
|
return "Mini$condaVersion (pre-installed on the image but not added to PATH)"
|
||||||
}
|
}
|
||||||
|
|
||||||
function Get-ComposerVersion {
|
function Get-ComposerVersion {
|
||||||
|
|||||||
Reference in New Issue
Block a user