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 9863da2 commit b6c3c8cCopy full SHA for b6c3c8c
recipe/build-core.sh
@@ -35,7 +35,8 @@ echo '---------------- .bazelrc --------------------------'
35
cat .bazelrc
36
echo '----------------------------------------------------'
37
38
-echo PATH $PATH
+echo PATH: $PATH
39
+bash -c "echo PATH in subshell: $PATH"
40
41
cd python/
42
export SKIP_THIRDPARTY_INSTALL_CONDA_FORGE=1
0 commit comments