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 a234ac1 commit abd2f31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,20 @@ jobs:
- name: Show downloaded files
run: ls -la
- name: apt-get
run: sudo apt-get update && sudo apt-get install -y clang-format python3.9
run: sudo apt-get update && sudo apt-get install -y clang-format python3.9-dev
- name: dpcpp installation
run: bash .ci/scripts/install_dpcpp.sh
- name: describe system
run: bash .ci/scripts/describe_system.sh
- name: Install develop requirements
run: |
python3.9 -venv env2
source ./env2/bin/activate
pip install -r dependencies-dev
pip list
- name: Build daal4py/sklearnex
run: |
source ./env2/bin/activate
export DPCPPROOT=/opt/intel/oneapi/compiler/latest
export NO_DIST=1
source /opt/intel/oneapi/compiler/latest/env/vars.sh # prepare icpx
Expand Down

0 comments on commit abd2f31

Please sign in to comment.