Skip to content

Commit

Permalink
restore free channel for conda-build tests only, since we can't chang…
Browse files Browse the repository at this point in the history
…e them
  • Loading branch information
msarahan committed May 7, 2019
1 parent b204448 commit e06ece7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ conda_build_test: &conda_build_test
eval "$(sudo /opt/conda/bin/python -m conda init --dev bash)"
conda info
cd ~/conda-build
conda config --set restore_free_channel true
py.test --basetemp /tmp/cb -v --durations=20 -n 2 -m "not serial" tests -k "$CONDABUILD_SKIP"
fi
Expand Down Expand Up @@ -169,6 +170,7 @@ conda_build_test: &conda_build_test
else
eval "$(sudo /opt/conda/bin/python -m conda init --dev bash)"
cd ~/conda-build
conda config --set restore_free_channel true
py.test --basetemp /tmp/cb -v --durations=20 -n 0 -m "serial" tests -k "$CONDABUILD_SKIP"
/opt/conda/bin/python -m conda.common.io
fi
Expand Down

0 comments on commit e06ece7

Please sign in to comment.