Skip to content

Commit a177db6

Browse files
work-around issue with pkgs/main::conda-build
1 parent 23f9eb6 commit a177db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121
- hash -r
2222
- conda config --set always_yes yes --set changeps1 no
2323
- conda update -q conda
24-
- conda install conda-build
24+
- conda install -c conda-forge conda-forge::conda-build
2525
# Useful for debugging any issues with conda
2626
- conda info -a
2727
- gcc -v

0 commit comments

Comments
 (0)