Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Fix intel tbb install (#1684)
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun authored Aug 8, 2024
1 parent b400cb9 commit 20ecf85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
source /intel-extension-for-transformers/.github/workflows/script/change_color.sh
export COVERAGE_RCFILE="/intel-extension-for-transformers/.github/workflows/script/unitTest/coverage/.optimize-coveragerc"
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
LOG_DIR=/log_dir
mkdir -p ${LOG_DIR}
# get parameters
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
test_name: "PR-test"
- test_branch: "main"
test_name: "baseline"
fail-fast: true
fail-fast: false
name: optimize-unit-test-${{ matrix.test_name }}
steps:
- name: Docker Clean Up
Expand Down

0 comments on commit 20ecf85

Please sign in to comment.