We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d0c33 commit b8a9e09Copy full SHA for b8a9e09
.github/workflows/build-test-reusable.yml
@@ -305,6 +305,7 @@ jobs:
305
- name: Build PTI && Run Proton tests
306
if: matrix.suite == 'rest'
307
run: |
308
+ export LD_LIBRARY_PATH=${{ env.PTI_LIBS_DIR }}:$LD_LIBRARY_PATH
309
cd third_party/proton/test
310
pytest test_api.py test_cmd.py test_lib.py test_profile.py test_viewer.py --device xpu -s -v
311
cd ..
0 commit comments