Skip to content

Commit

Permalink
use old defaults setup for old conda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed May 7, 2019
1 parent 240cab8 commit 98f2678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ conda_build_test: &conda_build_test
echo "safety_checks: disabled" >> ~/.condarc
echo "local_repodata_ttl: 1800" >> ~/.condarc
conda create -n blarg -yq --download-only python=2.7
conda create -n blarg -yq -c https://repo.anaconda.com/pkgs/free --download-only python=3.4
conda create -n blarg -yq --download-only python=3.5
conda create -n blarg -yq --download-only python=3.6
conda create -n blarg -yq --download-only python=3.7
Expand Down

0 comments on commit 98f2678

Please sign in to comment.