From f5ee0ab1b942a8a492a535a803448dc8004c1f4a Mon Sep 17 00:00:00 2001 From: Duo <50307526+iProzd@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:17:20 +0800 Subject: [PATCH] Revert "Update test_cuda.yml" This reverts commit dfbf01fbbf980560bf457f3b5e40bcdf78f21f03. --- .github/workflows/test_cuda.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_cuda.yml b/.github/workflows/test_cuda.yml index f20e86860a..d7ff72bafa 100644 --- a/.github/workflows/test_cuda.yml +++ b/.github/workflows/test_cuda.yml @@ -34,7 +34,10 @@ jobs: uses: mpi4py/setup-mpi@v1 with: mpi: mpich - - run: pip install cmake + - uses: lukka/get-cmake@latest + with: + useLocalCache: true + useCloudCache: false - name: Install wget and unzip run: apt-get update && apt-get install -y wget unzip - run: |