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 e02ab06 commit 4d96e2eCopy full SHA for 4d96e2e
dev/conda/linux-64/deps.sh
@@ -3,4 +3,6 @@
3
4
# For some reason zlib is not found on linux-64, Python 3.8
5
# as of 2024-12-11:
6
-if [[ $PYTHON_VERSION == 3.8* ]] USE_ZLIB=1
+# Needed for all linux-64 as of 2024-12-17
7
+# if [[ $PYTHON_VERSION == 3.8* ]]
8
+export USE_ZLIB=1
0 commit comments