Skip to content

Commit

Permalink
Revert "Update test_cuda.yml"
Browse files Browse the repository at this point in the history
This reverts commit c7aaef5.
  • Loading branch information
iProzd committed Jun 4, 2024
1 parent c7aaef5 commit fbddb4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fbddb4d

Please sign in to comment.