Unverified Commit 99f0f3ec authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] only use conda-forge when installing R packages in docs builds (#4767)

parent 55e9446a
...@@ -268,6 +268,7 @@ def generate_r_docs(app: Sphinx) -> None: ...@@ -268,6 +268,7 @@ def generate_r_docs(app: Sphinx) -> None:
-q \ -q \
-y \ -y \
-c conda-forge \ -c conda-forge \
--override-channels \
-n r_env \ -n r_env \
r-base=4.1.0=hb67fd72_2 \ r-base=4.1.0=hb67fd72_2 \
r-data.table=1.14.0=r41hcfec24a_0 \ r-data.table=1.14.0=r41hcfec24a_0 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment