Skip to content

Commit 26a635e

Browse files
committed
Merge pull request #140 from sagemath/ci/conda-yes-2
Add -y flag to conda create as well
1 parent 0a46034 commit 26a635e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737
conda config --set show_channel_urls true
3838
conda info
3939
40-
- conda create --name test python=${PYTHON_VERSION}
40+
- conda create -y --name test python=${PYTHON_VERSION}
4141
- conda activate test
4242
# We need the toolchain stuff to work around
4343
# https://github.com/conda/conda/issues/6030

0 commit comments

Comments
 (0)