Skip to content

Commit 0cdcce8

Browse files
committed
update
1 parent a86dc57 commit 0cdcce8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_linux_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
rm -rf $(dirname ${CONDA_EXE})/../envs/xpu_build
8383
conda create -n xpu_build python=${{ inputs.python }} cmake=3.28 ninja -y
8484
source activate xpu_build
85-
cd ../ && rm -rf pytorch
85+
cd ../ && sudo rm -rf pytorch
8686
pip install requests
8787
if [[ ${{ inputs.pytorch }} == 'distributed_2.8' ]]; then
8888
git clone https://github.com/daisyden/pytorch.git pytorch

0 commit comments

Comments
 (0)