Skip to content

Commit efe9b53

Browse files
gaogaotiantianzhengruifeng
authored andcommitted
Revert "[SPARK-55313][PYTHON][FOLLOW-UP] Only add condabin to PATH for pip tests"
…r pip tests" This reverts commit 45879b7. ### What changes were proposed in this pull request? Revert 45879b7 ### Why are the changes needed? Breaking CI. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Revert ### Was this patch authored or co-authored using generative AI tooling? No. Closes #54151 from gaogaotiantian/revert-conda. Authored-by: Tian Gao <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 214bf95 commit efe9b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ jobs:
645645
shell: 'script -q -e -c "bash {0}"'
646646
run: |
647647
if [[ "$MODULES_TO_TEST" == *"pyspark-errors"* ]]; then
648-
export PATH=$CONDA/condabin:$PATH
648+
export PATH=$CONDA/bin:$PATH
649649
export SKIP_PACKAGING=false
650650
echo "Python Packaging Tests Enabled!"
651651
fi

0 commit comments

Comments
 (0)