Skip to content

Commit

Permalink
List content of torch installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Apr 19, 2024
1 parent 996c470 commit 76f1509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
echo "cmake_prefix_path=$(python3 -c 'import torch; print(torch.utils.cmake_prefix_path)')"
>> $GITHUB_OUTPUT
- name: List content
run: ls -l ${{steps.find_libtorch.outputs.cmake_prefix_path}}

- name: Configure CMake
run: >
cmake
Expand Down

0 comments on commit 76f1509

Please sign in to comment.