Skip to content

Commit 05e0452

Browse files
committed
Install dpctl from pip to avoid installing DPCT++ RT as it'd done while installing with conda
1 parent a15e682 commit 05e0452

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/generate_coverage.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,14 @@ jobs:
457457
mamba info
458458
mamba list
459459
460+
- name: Conda info
461+
run: pip install -i https://pypi.anaconda.org/dppy/label/dev/simple dpctl
462+
463+
- name: Conda info
464+
run: |
465+
mamba info
466+
mamba list
467+
460468
- name: Create test file
461469
uses: 1arp/[email protected]
462470
with:

environments/build_with_oneapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- cmake
77
- cython
8-
- dpctl>=0.19.0dev0
8+
# - dpctl>=0.19.0dev0
99
- ninja
1010
- numpy
1111
- pytest

0 commit comments

Comments
 (0)