Skip to content

Commit 3c0758e

Browse files
fix dependencies
1 parent 1d521d7 commit 3c0758e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dpbench dependencies
4040
shell: bash -l {0}
4141
run: |
42-
conda install -c intel tbb dpcpp_linux-64
42+
conda install -c intel tbb tbb-devel dpcpp_linux-64
4343
conda install numpy numba cython cmake ninja scikit-build pandas
4444
conda install scipy scikit-learn pybind11
4545
conda install -c pkgs/main libgcc-ng">=11.2.0" libstdcxx-ng">=11.2.0" libgomp">=11.2.0"

0 commit comments

Comments
 (0)