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:
40
40
41
41
# install conda and deps
42
42
- 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"
46
46
47
47
build_script :
48
48
- " %PYTHON%\\ python.exe setup.py bdist_wheel"
49
- - cmd : conda build conda.recipe
49
+ - cmd : " %PYTHON_BLD% \\ Scripts \\ conda build conda.recipe"
50
50
51
51
test_script :
52
52
- 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