Skip to content

Commit

Permalink
source
Browse files Browse the repository at this point in the history
  • Loading branch information
Silv3S committed Feb 5, 2024
1 parent 385fc95 commit cb92f30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-xpu-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ jobs:

- name: Install dependencies
run: |
source $HOME/basekit/setvars.sh
echo $ONEAPI_ROOT
python -m pip install --upgrade pip
pip install setuptools wheel mpi4py cython
- name: Build XPU extensions
run: |
source $HOME/basekit/setvars.sh
export ONEAPI_ROOT=$HOME/basekit
python setup.py build_ext --inplace

0 comments on commit cb92f30

Please sign in to comment.