Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit a3493b7

Browse files
Tweak to fix CI
1 parent 3b5a2cc commit a3493b7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
setup_develop:
99
name: Build packages with DPC++
10-
runs-on: Ubuntu-20.04
10+
runs-on: Ubuntu-latest
1111

1212
steps:
1313
- name: Cancel Previous Runs
@@ -38,10 +38,8 @@ jobs:
3838

3939
- name: Install dependencies
4040
run: |
41-
conda install cmake ninja
42-
conda install -c intel dpcpp-cpp-rt
4341
conda install dpctl -c dppy/label/dev
44-
pip install --no-cache-dir cython scikit-build pybind11 pytest
42+
pip install --no-cache-dir cython scikit-build pybind11 pytest cmake ninja
4543
conda list
4644
4745
- name: Build kde_setuptools

0 commit comments

Comments
 (0)