Skip to content

Commit 132bf72

Browse files
committed
install nvidia-driver in build_wheels_linux
1 parent 2ed7f84 commit 132bf72

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_wheels_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ jobs:
217217
source "${BUILD_ENV_FILE}"
218218
# shellcheck disable=SC2086
219219
${CONDA_RUN} ${PIP_INSTALL_TORCH} ${{ inputs.pip-install-torch-extra-args }}
220+
- name: Install nvidia driver
221+
uses: pytorch/test-infra/.github/actions/setup-nvidia@main
220222
- name: Run Pre-Script with Caching
221223
if: ${{ inputs.pre-script != '' }}
222224
uses: ./test-infra/.github/actions/run-script-with-cache

0 commit comments

Comments
 (0)