Skip to content

Commit c06e457

Browse files
authored
Remove a temporary workaround in GitHub actions (#1761)
* Remove temporary workaround in GH actions * Keep dpctl pinning
1 parent 09e7e33 commit c06e457

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ jobs:
107107
108108
- name: Install dpnp dependencies
109109
run: |
110-
conda install numpy"<1.24" dpctl">=0.17.0dev0" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64"<2024.0.1" \
111-
cmake cython pytest ninja scikit-build sysroot_linux-64">=2.28" ${{ env.CHANNELS }}
110+
conda install numpy"<1.24" dpctl">=0.17.0dev0" mkl-devel-dpcpp onedpl-devel tbb-devel dpcpp_linux-64 \
111+
cmake cython pytest ninja scikit-build ${{ env.CHANNELS }}
112112
113113
- name: Install cuPy dependencies
114114
run: conda install cupy cudatoolkit=10.0

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@ jobs:
4848
4949
- name: Install dpnp dependencies
5050
run: |
51-
# use DPC++ compiler 2023.2 to work around an issue with crash
5251
conda install cython llvm cmake">=3.21" scikit-build ninja pytest pytest-cov coverage[toml] \
53-
dpctl">=0.17.0dev0" dpcpp_linux-64"=2023.2" sysroot_linux-64">=2.28" mkl-devel-dpcpp tbb-devel"=2021.10" \
54-
onedpl-devel ${{ env.CHANNELS }}
52+
dpctl">=0.17.0dev0" dpctl dpcpp_linux-64 mkl-devel-dpcpp tbb-devel onedpl-devel ${{ env.CHANNELS }}
5553
5654
- name: Conda info
5755
run: |

0 commit comments

Comments
 (0)