Skip to content

Commit eb0042c

Browse files
author
ylgh
committed
install in check
1 parent 7d9b53d commit eb0042c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
conda run -n build_binary python --version
166166
- name: Install C/C++ compilers
167167
run: |
168-
sudo yum install -y gcc gcc-c++
168+
sudo yum install -y gcc gcc-c++ libnvidia-ml-dev
169169
- name: Install PyTorch and CUDA
170170
shell: bash
171171
run: |

0 commit comments

Comments
 (0)