Skip to content

Commit de92727

Browse files
committed
CI: put conda-forge first in channel list on appveyor
1 parent fcce35d commit de92727

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ install:
6868
# for obvci_appveyor_python_build_env.cmd
6969
- conda install -c pelson/channel/development --yes --quiet obvious-ci
7070
# 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
71+
- conda config --prepend channels conda-forge
7472
- conda config --set show_channel_urls yes
7573
- conda config --set always_yes true
7674
# For building conda packages

0 commit comments

Comments
 (0)