Skip to content

Commit

Permalink
try removing anaconda from conda create
Browse files Browse the repository at this point in the history
  • Loading branch information
heuermh committed Jan 2, 2019
1 parent 4a060d0 commit 0b9e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins-test
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ then
for python in ${pythons[*]}
do
uuid=$(uuidgen)
conda create -q -n adam-build-${uuid} python=${python} anaconda
conda create -q -n adam-build-${uuid} python=${python}
source activate adam-build-${uuid}


Expand Down

0 comments on commit 0b9e838

Please sign in to comment.