8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcce35d commit de92727Copy full SHA for de92727
.appveyor.yml
@@ -68,9 +68,7 @@ install:
68
# for obvci_appveyor_python_build_env.cmd
69
- conda install -c pelson/channel/development --yes --quiet obvious-ci
70
# for msinttypes and newer stuff
71
- # conda-forge may serve outdated versions of certain packages (e.g. conda
72
- # itself), so append it to the end of the list.
73
- - conda config --append channels conda-forge
+ - conda config --prepend channels conda-forge
74
- conda config --set show_channel_urls yes
75
- conda config --set always_yes true
76
# For building conda packages
0 commit comments