From e78f37c7735f3008dc40ee3d1d1b0343621db3fc Mon Sep 17 00:00:00 2001 From: Ewan Miller Date: Sat, 6 Jul 2024 16:14:10 +0100 Subject: [PATCH] Update cmake-single-platform.yml --- .github/workflows/cmake-single-platform.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index 3a22b59..35e7533 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -23,9 +23,11 @@ jobs: steps: # this Action should follow steps to set up Python build environment - uses: actions/checkout@v4 - - - name: Install Python dependencies + + - name: Set Flags run: export USE_CUDA=0 + + - name: Install Python dependencies uses: py-actions/py-dependency-install@v4 with: path: "PyTorch_requirements.txt"