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 1db753a commit a7155e0Copy full SHA for a7155e0
ci/scripts/cpp_build.sh
@@ -31,7 +31,7 @@ if [ -x "$(command -v git)" ]; then
31
fi
32
33
# TODO(kszucs): consider to move these to CMake
34
-if [ ! -z "${CONDA_PREFIX}" ] && [ "${ARROW_EMSCRIPTEN:-OFF}" = "OFF" ]; then
+if [ -n "${CONDA_PREFIX}" ] && [ "${ARROW_EMSCRIPTEN:-OFF}" = "OFF" ]; then
35
echo -e "===\n=== Conda environment for build\n==="
36
conda list
37
0 commit comments