We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90f116 commit 7a87ac5Copy full SHA for 7a87ac5
build_tools/circle/build_doc.sh
@@ -117,11 +117,11 @@ export PATH="/usr/lib/ccache:$MINICONDA_PATH/bin:$PATH"
117
ccache -M 512M
118
export CCACHE_COMPRESS=1
119
120
-# Configure the conda environment and put it in the path using the
121
-# provided versions
122
-
123
-# Adds older packages for python 3.5
124
-if [[ "$PYTHON_VERSION" == "3.5" ]]; then
+# Old packages coming from the 'free' conda channel have been removed but we
+# are using them for our min-dependencies doc generation. See
+# https://www.anaconda.com/why-we-removed-the-free-channel-in-conda-4-7/ for
+# more details.
+if [[ "$CIRCLE_JOB" == "doc-min-dependencies" ]]; then
125
conda config --set restore_free_channel true
126
fi
127
0 commit comments