This is an automated email from the ASF dual-hosted git repository.

ruifengz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new efe9b5335f39 Revert "[SPARK-55313][PYTHON][FOLLOW-UP] Only add 
condabin to PATH for pip tests"
efe9b5335f39 is described below

commit efe9b5335f3949349536085a236ff36c9dda3486
Author: Tian Gao <[email protected]>
AuthorDate: Thu Feb 5 13:05:45 2026 +0800

    Revert "[SPARK-55313][PYTHON][FOLLOW-UP] Only add condabin to PATH for pip 
tests"
    
    …r pip tests"
    
    This reverts commit 45879b772f1dd829a27b4383df610c83be8645e1.
    
    ### 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]>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index eeb092b17de5..0d17919a0b54 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -645,7 +645,7 @@ jobs:
       shell: 'script -q -e -c "bash {0}"'
       run: |
         if [[ "$MODULES_TO_TEST" == *"pyspark-errors"* ]]; then
-          export PATH=$CONDA/condabin:$PATH
+          export PATH=$CONDA/bin:$PATH
           export SKIP_PACKAGING=false
           echo "Python Packaging Tests Enabled!"
         fi


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to