add py env activate in xpu kernel release workflow (#35726)

This commit is contained in:
Zaili Wang
2026-08-20 23:27:00 -07:00
committed by GitHub
parent 44c90c6282
commit f3fe81583e
@@ -86,6 +86,8 @@ jobs:
sgl_kernel_xpu_release_build \
/bin/bash -lc '
set -exo pipefail
. /miniforge3/bin/activate
conda activate py${{ matrix.python-version }}
source /opt/intel/oneapi/setvars.sh --force
command -v patchelf || (apt-get update && apt-get install -y patchelf)
python scripts/build_rel_wheel.py