Skip to content

Commit c5e0ba6

Browse files
committed
Update yaml file to install dpctl through pip
1 parent 05e0452 commit c5e0ba6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -452,13 +452,8 @@ jobs:
452452
environment-file: ${{ env.environment-file }}
453453
activate-environment: 'coverage'
454454

455-
- name: Conda info
456-
run: |
457-
mamba info
458-
mamba list
459-
460-
- name: Conda info
461-
run: pip install -i https://pypi.anaconda.org/dppy/label/dev/simple dpctl
455+
# - name: Conda info
456+
# run: pip install -i https://pypi.anaconda.org/dppy/label/dev/simple dpctl
462457

463458
- name: Conda info
464459
run: |

environments/build_with_oneapi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ channels:
55
dependencies:
66
- cmake
77
- cython
8-
# - dpctl>=0.19.0dev0
98
- ninja
109
- numpy
1110
- pytest
1211
- scikit-build
12+
- pip:
13+
- dpctl==0.20.0dev0

0 commit comments

Comments
 (0)