Skip to content

Commit

Permalink
Update cuda_linux_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm authored Dec 3, 2023
1 parent 016eafd commit d80239e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cuda_linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ jobs:
- name: find installed libparallelproj_c
run: |
echo $CMAKE_INSTALL_PREFIX
find ${CMAKE_INSTALL_PREFIX} -name "libparallelproj_c.so"
find /usr/loca/lib -name "libparallelproj_c.so"
- name: Test with pytest
run: |
export PARALLELPROJ_C_LIB=${CMAKE_INSTALL_PREFIX}/lib/libparallelproj_c.so
export PARALLELPROJ_C_LIB=/usr/local/lib/libparallelproj_c.so
pytest -v

0 comments on commit d80239e

Please sign in to comment.