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 1584511

Browse filesBrowse files
committed
Clean up .appveyor.yml
1 parent 8b85dfb commit 1584511
Copy full SHA for 1584511

File tree

Expand file treeCollapse file tree

1 file changed

+4
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-6
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+4-6Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,13 @@ install:
6565
- set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%;
6666
- set PYTHONUNBUFFERED=1
6767
# for obvci_appveyor_python_build_env.cmd
68-
- conda update --all --yes
69-
- conda install anaconda-client=1.6.3 --yes
70-
- conda install -c conda-forge --yes obvious-ci
68+
- conda config --set always_yes true
69+
- conda config --set show_channel_urls yes
70+
- conda update --all
7171
# for msinttypes and newer stuff
7272
- conda config --prepend channels conda-forge
73-
- conda config --set show_channel_urls yes
74-
- conda config --set always_yes true
7573
# For building conda packages
76-
- conda install --yes conda-build jinja2 anaconda-client
74+
- conda install conda-build jinja2 obvious-ci anaconda-client=1.6.3
7775
# this is now the downloaded conda...
7876
- conda info -a
7977

0 commit comments

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