Skip to content

Commit dc5cc65

Browse files
committed
Set dpctl version explicitly in pip install command
1 parent 7a45a15 commit dc5cc65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
- name: Install dpctl
150150
if: env.oneapi-pkgs-env == ''
151151
run: |
152-
pip install -i https://pypi.anaconda.org/dppy/label/dev/simple dpctl
152+
pip install -i https://pypi.anaconda.org/dppy/label/dev/simple dpctl==0.20.0dev0
153153
154154
- name: Conda info
155155
run: |

.github/workflows/generate_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Install dpctl
109109
if: env.oneapi-pkgs-env == ''
110110
run: |
111-
pip install -i https://pypi.anaconda.org/dppy/label/dev/simple dpctl
111+
pip install -i https://pypi.anaconda.org/dppy/label/dev/simple dpctl==0.20.0dev0
112112
113113
- name: Conda info
114114
run: |

0 commit comments

Comments
 (0)