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 931bacf commit ff80350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,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 --exclude-regex TestOpenCL
ctest --output-on-failure -E TestCuda -E TestOpenCL
- name: "Run Python test"
shell: bash -l {0}
Expand Down

0 comments on commit ff80350

Please sign in to comment.