From 8f48af110c898ad5b28549393566ee88b33f366d Mon Sep 17 00:00:00 2001 From: mmcky Date: Tue, 11 Jun 2024 14:05:26 +1000 Subject: [PATCH] Revert "try upgrade CUDA drivers" This reverts commit 5b7e952280730b2e3a2d02143c17656285364bf0. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd9afb1b..c3a49198 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,6 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - - name: Upgrade CUDA - shell: bash -l {0} - run: sudo apt-get install -y cuda-drivers - name: Check nvidia drivers shell: bash -l {0} run: |