Skip to content

Commit 2a2fd1b

Browse files
authored
Fix PATH export location in test workflow
1 parent 50122a7 commit 2a2fd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_cc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
if: ${{ !matrix.check_memleak }}
6969
# test ipi
7070
- run: |
71+
export PATH=${{ github.workspace }}/dp_test/bin:$PATH
7172
cp ${{ github.workspace }}/source/build_tests/paddle_inference_install_dir/paddle/lib/*.so ${{ github.workspace }}/dp_test/lib/
7273
cp ${{ github.workspace }}/source/build_tests/paddle_inference_install_dir/third_party/install/onednn/lib/* ${{ github.workspace }}/dp_test/lib/
7374
cp ${{ github.workspace }}/source/build_tests/paddle_inference_install_dir/third_party/install/mklml/lib/* ${{ github.workspace }}/dp_test/lib/
@@ -76,7 +77,6 @@ jobs:
7677
OMP_NUM_THREADS: 1
7778
TF_INTRA_OP_PARALLELISM_THREADS: 1
7879
TF_INTER_OP_PARALLELISM_THREADS: 1
79-
PATH: ${{ github.workspace }}/dp_test/bin:$PATH
8080
LD_LIBRARY_PATH: ${{ github.workspace }}/dp_test/lib:${{ github.workspace }}/libtorch/lib
8181
if: ${{ !matrix.check_memleak }}
8282
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)