Skip to content

Commit 77d06f5

Browse files
committed
add conda path
1 parent bb622e1 commit 77d06f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

+4-4
Original file line numberDiff line numberDiff 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

4747
build_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

5151
test_script:
5252
- ps: '& "$env:PYTHON\\Scripts\\pip.exe" install --no-cache-dir --force-reinstall --ignore-installed ("dist\\" + (gci dist)[0].Name)'

0 commit comments

Comments
 (0)