Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored May 24, 2024
1 parent ffa8457 commit 87c232a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,19 @@ jobs:
source /opt/intel/oneapi/tbb/latest/env/vars.sh # prepare tbb
source ../__release_lnx/daal/latest/env/vars.sh # prepare oneDAL
../conda-recipe/run_test.sh
id: sklearnex
- name: Sklearn testing
if: success() || steps.sklearnex.conclusion == 'failure'
working-directory: ./.ci
run: |
source ../env2/bin/activate
source /opt/intel/oneapi/compiler/latest/env/vars.sh # prepare icpx
source /opt/intel/oneapi/tbb/latest/env/vars.sh # prepare tbb
source ../__release_lnx/daal/latest/env/vars.sh # prepare oneDAL
bash ./scripts/run_sklearn_tests.sh cpu
id: sklearn
- name: Sklearn testing [preview]
if: success() || steps.sklearnex.conclusion == 'failure' || steps.sklearn.conclusion == 'failure'
working-directory: ./.ci
run: |
source ../env2/bin/activate
Expand Down

0 comments on commit 87c232a

Please sign in to comment.