File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ jobs:
423
423
run : conda install anaconda-client
424
424
425
425
- name : Checkout repo
426
- uses : actions/checkout@v2
426
+ uses : actions/checkout@v3.5.2
427
427
with :
428
428
repository : IntelPython/devops-tools
429
429
fetch-depth : 0
Original file line number Diff line number Diff line change 42
42
43
43
- name : Install dpnp dependencies
44
44
run : |
45
+ # use DPC++ compiler 2023.2 to work around an issue with crash
45
46
conda install cython llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \
46
- dpctl dpcpp_linux-64 sysroot_linux-64">=2.28" mkl-devel-dpcpp tbb-devel onedpl-devel ${{ env.CHANNELS }}
47
+ dpctl dpcpp_linux-64"=2023.2" sysroot_linux-64">=2.28" mkl-devel-dpcpp tbb-devel"=2021.10" \
48
+ onedpl-devel ${{ env.CHANNELS }}
47
49
48
50
- name : Conda info
49
51
run : |
You can’t perform that action at this time.
0 commit comments