8000 try fixing CI failure by cleaning yum cache · chengzeyi/stable-fast@af15cf0 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
try fixing CI failure by cleaning yum cache
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzeyi committed Feb 5, 2024
1 parent 307ca82 commit af15cf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
name: (Linux) install cuda
run: >
yum install wget git prename -y &&
yum clean all --verbose &&
wget -q "${{ steps.cuda_info.outputs.CUDA_INSTALL_SCRIPT }}" -O cuda.run &&
sh ./cuda.run --silent --toolkit &&
rm ./cuda.run
Expand Down

0 comments on commit af15cf0

Please sign in to comment.
0