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 d80239e commit 701112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cuda_linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: find installed libparallelproj_c
run: |
find /usr/loca/lib -name "libparallelproj_c.so"
find /usr/local/lib -name "libparallelproj_c.so"
- name: Test with pytest
run: |
Expand Down

0 comments on commit 701112d

Please sign in to comment.