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 d85e16b commit 0e32534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ jobs:
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 --toolkitpath=/usr/local/cuda --no-opengl-libs --no-man-page --no-drm &&
rm ./cuda.run
rm ./cuda.run &&
echo "CUDA_HOME=/usr/local/cuda" >> ${GITHUB_ENV} &&
echo "PATH=/usr/local/cuda/bin:$PATH" >> ${GITHUB_ENV}
- if: runner.os == 'Linux'
name: (Linux) install python
Expand Down

0 comments on commit 0e32534

Please sign in to comment.