Skip to content

Commit 861e358

Browse files
committed
Do not set LD_LIBRARY_PATH since runner already has it
1 parent d1dec21 commit 861e358

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pip-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
run: |
4343
pip install intel-sycl-rt intel-pti
4444
45-
- name: Set LD_LIBRARY_PATH
46-
run: |
47-
sycl_rt_lib="$(python scripts/sycl_rt_lib.py)"
48-
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$sycl_rt_lib" | tee -a $GITHUB_ENV
49-
5045
- name: Run core tests
5146
run: |
5247
${{ env.TRITON_TEST_CMD }} --core

0 commit comments

Comments
 (0)