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 3e849f4 commit 9aba675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Install testing requirements
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 .ci/scripts/setup_sklearn.sh ${{ env.SKLEARN_VERSION }}
Expand Down

0 comments on commit 9aba675

Please sign in to comment.