From 767b7e1886bc7a63b1128cf9f167071c52645f0a Mon Sep 17 00:00:00 2001 From: peastman Date: Tue, 21 May 2024 12:49:55 -0700 Subject: [PATCH] Debugging --- .github/workflows/CI.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3d25d87..73507f0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -57,13 +57,10 @@ jobs: uses: actions/checkout@v2 - name: "Install CUDA Toolkit on Linux (if needed)" - env: - CUDA_VERSION: ${{ matrix.cuda-version }} - run: source devtools/scripts/install_cuda.sh -# uses: Jimver/cuda-toolkit@v0.2.15 -# with: -# cuda: ${{ matrix.cuda-version }} -# linux-local-args: '["--toolkit", "--override"]' + uses: Jimver/cuda-toolkit@v0.2.15 + with: + cuda: ${{ matrix.cuda-version }} + linux-local-args: '["--toolkit", "--override"]' if: startsWith(matrix.os, 'ubuntu') - name: Manage disk space @@ -160,7 +157,7 @@ jobs: run: | export LD_LIBRARY_PATH="${CONDA_PREFIX}/lib/python${{ matrix.python-version }}/site-packages/torch/lib:${LD_LIBRARY_PATH}" cd build - ctest --output-on-failure --exclude-regex TestCuda + ctest --output-on-failure --exclude-regex TestCuda --exclude-regex TestOpenCL - name: "Run Python test" shell: bash -l {0}