8000 Update wheels_build.yml · chengzeyi/stable-fast@16be916 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update wheels_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzeyi authored Feb 9, 2024
1 parent 548aa63 commit 16be916
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
run: >
# yum install wget git prename -y &&
# yum clean all --verbose &&
apt update && apt install -y wget git rename &&
apt clean -y && apt autoremove -y &&
sudo apt update && sudo apt install -y wget git rename &&
sudo apt clean -y && sudo apt autoremove -y &&
wget -q "${{ steps.cuda_info.outputs.CUDA_INSTALL_SCRIPT }}" -O cuda.run &&
sh ./cuda.run --silent --toolkit --no-opengl-libs --no-man-page --no-drm &&
rm ./cuda.run
Expand All @@ -149,8 +149,8 @@ jobs:
name: (Linux) install python
run: >
sudo add-apt-repository ppa:deadsnakes/ppa -y &&
apt update && apt install -y python${{ inputs.python }} python${{ inputs.python }}-dev python${{ inputs.python }}-venv &&
apt clean -y && apt autoremove -y
sudo apt update && sudo apt install -y python${{ inputs.python }} python${{ inputs.python }}-dev python${{ inputs.python }}-venv &&
sudo apt clean -y && sudo apt autoremove -y
- name: Recursive checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 16be916

Please sign in to comment.
0