Skip to content

Commit

Permalink
remvoe xpu env activate due to duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanqi129 committed Sep 11, 2024
1 parent 5a22663 commit 23f1445
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ jobs:
# Due to xpu doesn't use pytorch/conda-builder image, need to install conda firstly
if [[ ${{ matrix.gpu_arch_type }} == 'xpu' ]]; then
source ./common/install_conda.sh
source /opt/intel/oneapi/pytorch-gpu-dev-0.5/oneapi-vars.sh
source /opt/intel/oneapi/pti/latest/env/vars.sh
fi
eval "$(conda shell.bash hook)"
printf '%s\n' ${{ toJson(inputs.release-matrix) }} > release_matrix.json
Expand Down

0 comments on commit 23f1445

Please sign in to comment.