From 02a6ef8ec5c440d0511cc2126549844f7df7e150 Mon Sep 17 00:00:00 2001 From: Ewan Miller Date: Sat, 6 Jul 2024 16:11:45 +0100 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 3a0b481..3a22b59 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -25,6 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Python dependencies + run: export USE_CUDA=0 uses: py-actions/py-dependency-install@v4 with: path: "PyTorch_requirements.txt"