This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 01979372c [GLUTEN-4917][CI] Remove miniconda folder in image (#5646)
01979372c is described below
commit 01979372c950ab8d03e7eb1ea156de1838abdc7b
Author: Yuan <[email protected]>
AuthorDate: Wed May 8 10:13:45 2024 +0800
[GLUTEN-4917][CI] Remove miniconda folder in image (#5646)
---
.github/workflows/velox_velox_ut.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/velox_velox_ut.yml
b/.github/workflows/velox_velox_ut.yml
index ab2b07eb1..53a90cdc1 100644
--- a/.github/workflows/velox_velox_ut.yml
+++ b/.github/workflows/velox_velox_ut.yml
@@ -46,6 +46,7 @@ jobs:
mkdir -p '${{ env.CCACHE_DIR }}'
- name: Build Gluten velox third party
run: |
+ rm -rf /opt/miniconda-for-velox/
cd ep/build-velox/src && \
./get_velox.sh
cd ../build/velox_ep/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]