Skip to content

Commit

Permalink
Fixup travis conda channel prepend for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
plstcharles committed Jul 6, 2019
1 parent 9f1453c commit 96927fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- conda config --set anaconda_upload yes
- conda config --set always_yes yes
- conda config --set changeps1 no
- conda config --append channels pytorch
- conda config --append channels albumentations
- conda config --append channels conda-forge
- conda config --prepend channels conda-forge
- conda config --prepend channels albumentations
- conda config --prepend channels pytorch
- conda update -q conda
- conda install conda-build conda-verify anaconda-client
- conda info -a
Expand Down

0 comments on commit 96927fd

Please sign in to comment.