Skip to content

Commit d1d0c33

Browse files
committed
try without 'export LD_LIBRARY_PATH'
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent e679460 commit d1d0c33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-test-reusable.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ jobs:
305305
- name: Build PTI && Run Proton tests
306306
if: matrix.suite == 'rest'
307307
run: |
308-
export LD_LIBRARY_PATH=${{ env.PTI_LIBS_DIR }}:$LD_LIBRARY_PATH
309308
cd third_party/proton/test
310309
pytest test_api.py test_cmd.py test_lib.py test_profile.py test_viewer.py --device xpu -s -v
311310
cd ..

0 commit comments

Comments
 (0)