From c8f3359fd4f05d202ac9fed1cfc79dfb0132df20 Mon Sep 17 00:00:00 2001 From: Martin Salinas Date: Wed, 30 Aug 2023 16:24:03 +0200 Subject: [PATCH] Test disabling CUDA GitHub cache --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74d0653ce..c2e86d519 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,11 +30,12 @@ jobs: pip install scons numpy # Installing CUDA - - uses: Jimver/cuda-toolkit@v0.2.10 + - uses: Jimver/cuda-toolkit@v0.2.11 id: cuda-toolkit with: - cuda: '11.7.0' + cuda: '11.8.0' linux-local-args: '[ "--toolkit" ]' + use-github-cache: false - uses: actions/checkout@v3 with: