We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7db2b commit 573f1f5Copy full SHA for 573f1f5
.ci/test-windows.ps1
@@ -69,7 +69,7 @@ if ($env:TASK -eq "swig") {
69
conda init powershell
70
conda activate
71
conda config --set always_yes yes --set changeps1 no
72
-conda update -q -y conda "python=$env:PYTHON_VERSION[build=*_cp*]"
+conda install -q -y conda "python=$env:PYTHON_VERSION[build=*_cp*]"
73
74
# print output of 'conda info', to help in submitting bug reports
75
Write-Output "conda info:"
0 commit comments