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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhewang1-intc committed Jan 11, 2024
1 parent 5045de9 commit e82df8c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/unit-test-bestla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,11 @@ jobs:
fetch-tags: true

- name: Env build
run: |
bash ${{ github.workspace }}/.github/workflows/scripts/prepare_env_with_conda.sh "unit-test-bestla" "3.8"
conda activate unit-test-bestla || source activate unit-test-bestla
if [[ "${{ env.INPUT_COMPILER_VERSION }}" != "11.4.1" ]]; then
conda install --update-deps -c conda-forge gxx==${{ env.INPUT_COMPILER_VERSION }} gcc==${{ env.INPUT_COMPILER_VERSION }} gxx_linux-64==${{ env.INPUT_COMPILER_VERSION }} libstdcxx-ng sysroot_linux-64 -y
fi

- name: Run UT
run: |
conda activate unit-test-bestla || source activate unit-test-bestla
conda deactivate
source /opt/rh/gcc-toolset-12/enable
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 e82df8c

Please sign in to comment.