Skip to content

Commit

Permalink
BLD/TST: appveyor: Pin conda version to 4.3 to temporarily fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
richardotis committed Dec 22, 2017
1 parent 40ac98c commit 2cfa1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
# Check that we have the expected version and architecture for Python
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- "conda install --yes --quiet conda"
- "conda install --yes --quiet conda=4.3"
- "conda config --system --add pinned_packages defaults::conda"
- "conda -V"
- "conda create --yes -n condaenv python=%PYTHON_VERSION%"
Expand Down

0 comments on commit 2cfa1c0

Please sign in to comment.