Skip to content

Commit a52f988

Browse files
committed
Use one channel in Conda to speed up the build (#932)
This PR targets to deal with readthedocs/readthedocs.org#6254 (comment)
1 parent 63bfe0e commit a52f988

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/readthedocs-environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
# Spark 3 will support it so we can remove this entire file
44
# when we support Spark 3.
55
channels:
6-
- bioconda
76
- conda-forge
87
dependencies:
9-
- java-jdk=8
8+
- openjdk=8
109
- pip
1110
- pip:
1211
# In Read the Docs, seems installing 'requirements-dev.txt' seems ignored when Conda is used.

0 commit comments

Comments
 (0)