Commit 5802a78
[SPARK-55313][PYTHON][FOLLOW-UP] Do not auto-activate conda for CI
### What changes were proposed in this pull request?
Set `auto-activate` to `false` for conda action.
### Why are the changes needed?
After reading https://github.com/conda-incubator/setup-miniconda/blob/main/action.yml I think the previous change to `activate-environment` applies to *new* shells, which is also helpful. However, the immediate fix we need is to not activate conda environments in the *current* shell.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
CI should show (the previous fix did not fix coverage run).
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #54120 from gaogaotiantian/fix-conda-auto-activate.
Authored-by: Tian Gao <gaogaotiantian@hotmail.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>1 parent b91d407 commit 5802a78
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
| 641 | + | |
641 | 642 | | |
642 | 643 | | |
643 | 644 | | |
| |||
0 commit comments