Skip to content

Commit 573f1f5

Browse files
authored
[ci] resolve 'invalid spec' conda errors in Windows jobs (#7087)
1 parent 3f7db2b commit 573f1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/test-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if ($env:TASK -eq "swig") {
6969
conda init powershell
7070
conda activate
7171
conda config --set always_yes yes --set changeps1 no
72-
conda update -q -y conda "python=$env:PYTHON_VERSION[build=*_cp*]"
72+
conda install -q -y conda "python=$env:PYTHON_VERSION[build=*_cp*]"
7373

7474
# print output of 'conda info', to help in submitting bug reports
7575
Write-Output "conda info:"

0 commit comments

Comments
 (0)