Skip to content

Commit

Permalink
install in check
Browse files Browse the repository at this point in the history
  • Loading branch information
ylgh committed Mar 15, 2023
1 parent 7d9b53d commit eb0042c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
conda run -n build_binary python --version
- name: Install C/C++ compilers
run: |
sudo yum install -y gcc gcc-c++
sudo yum install -y gcc gcc-c++ libnvidia-ml-dev
- name: Install PyTorch and CUDA
shell: bash
run: |
Expand Down

0 comments on commit eb0042c

Please sign in to comment.