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

Fix intel tbb #1684

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading