Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed May 21, 2024
1 parent 405bab7 commit 767b7e1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit 767b7e1

Please sign in to comment.