Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebd3a72

Browse filesBrowse files
committed
Merge pull request #9197 from dstansby/appveyor
CI: Tweak conda installation on appveyor
1 parent 63e2810 commit ebd3a72
Copy full SHA for ebd3a72

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ install:
6262
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
6363
- set PYTHONUNBUFFERED=1
6464
# for obvci_appveyor_python_build_env.cmd
65-
- conda install -c conda-forge --yes --quiet obvious-ci
65+
- conda update --all --yes
66+
- conda install anaconda-client=1.6.3 --yes
67+
- conda install -c conda-forge --yes obvious-ci
6668
# for msinttypes and newer stuff
6769
- conda config --prepend channels conda-forge
6870
- conda config --set show_channel_urls yes

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.