Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ install:
# Prepend miniconda installed Python to the PATH of this build
# Add Library/bin directory to fix issue
# https://github.com/conda/conda/issues/1753
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\Library\\bin;%PATH%"
- "SET PATH=%PYTHON%;%PYTHON%\\Tools\\Scripts;%PYTHON%\\Scripts;%PYTHON%\\Library\\bin;%PATH%"
- "dir C:\\Miniconda-x64 conda.exe /b/s"

# Check that we have the expected version and architecture for Python
- "python --version"
Expand Down