File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ install:
4040
4141# install conda and deps
4242- powershell .\ci\install.ps1
43- - cmd : conda config --set show_channel_urls true --set always_yes true --set changeps1 false
44- - cmd : conda update -q conda
45- - cmd : conda info -a
43+ - cmd : " %PYTHON_BLD% \\ Scripts \\ conda config --set show_channel_urls true --set always_yes true --set changeps1 false"
44+ - cmd : " %PYTHON_BLD% \\ Scripts \\ conda update -q conda"
45+ - cmd : " %PYTHON_BLD% \\ Scripts \\ conda info -a"
4646
4747build_script :
4848- " %PYTHON%\\ python.exe setup.py bdist_wheel"
49- - cmd : conda build conda.recipe
49+ - cmd : " %PYTHON_BLD% \\ Scripts \\ conda build conda.recipe"
5050
5151test_script :
5252 - ps : ' & "$env:PYTHON\\Scripts\\pip.exe" install --no-cache-dir --force-reinstall --ignore-installed ("dist\\" + (gci dist)[0].Name)'
You can’t perform that action at this time.
0 commit comments