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

Commit

Permalink
use root gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Jun 14, 2024
1 parent bdc00e1 commit fc57095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test-bestla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Run UT
run: |
#source /opt/rh/gcc-toolset-12/enable
conda activate unit-test-bestla || source activate unit-test-bestla
export LD_LIBRARY_PATH=${HOME}/miniconda3/envs/${conda_env}/lib/:$LD_LIBRARY_PATH
source /opt/rh/gcc-toolset-12/enable
#conda activate unit-test-bestla || source activate unit-test-bestla
#export LD_LIBRARY_PATH=${HOME}/miniconda3/envs/${conda_env}/lib/:$LD_LIBRARY_PATH
cd ${{ github.workspace }}/bestla && mkdir build && cd build && cmake .. -DBTLA_UT_ALL=ON && make -j
./bestla_ut 2>&1 | tee unit_test_bestla.log
Expand Down

0 comments on commit fc57095

Please sign in to comment.