Skip to content

Commit 05c22b3

Browse files
work-around for bug in pkgs/main::conda-build
1 parent be470fa commit 05c22b3

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
@@ -34,7 +34,7 @@ install:
3434
- hash -r
3535
- conda config --set always_yes yes --set changeps1 no
3636
- conda update -q conda
37-
- conda install conda-build
37+
- conda install -c conda-forge conda-forge::conda-build
3838
# Useful for debugging any issues with conda
3939
- conda info -a
4040
- gcc -v

0 commit comments

Comments
 (0)