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: |