mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 22:09:26 +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 {
|
||||
$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 {
|
||||
|
||||
Reference in New Issue
Block a user