We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb622e1 commit 77d06f5Copy full SHA for 77d06f5
appveyor.yml
@@ -40,13 +40,13 @@ install:
40
41
# install conda and deps
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
+- cmd: %PYTHON_BLD%\Scripts\conda config --set show_channel_urls true --set always_yes true --set changeps1 false
+- cmd: %PYTHON_BLD%\Scripts\conda update -q conda
+- cmd: %PYTHON_BLD%\Scripts\conda info -a
46
47
build_script:
48
- "%PYTHON%\\python.exe setup.py bdist_wheel"
49
-- cmd: conda build conda.recipe
+- cmd: %PYTHON_BLD%\Scripts\conda build conda.recipe
50
51
test_script:
52
- ps: '& "$env:PYTHON\\Scripts\\pip.exe" install --no-cache-dir --force-reinstall --ignore-installed ("dist\\" + (gci dist)[0].Name)'
0 commit comments