File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 42
42
oneapi-pkgs-env : ' '
43
43
# Enable env when it's required to use only conda packages without OneAPI installation
44
44
# oneapi-pkgs-env: '${{ github.workspace }}/environments/oneapi_pkgs.yml'
45
+ dpctl-pkg-txt : ' environments/dpctl_pkg.txt'
45
46
46
47
steps :
47
48
- name : Cancel Previous Runs
@@ -149,7 +150,7 @@ jobs:
149
150
- name : Install dpctl
150
151
if : env.oneapi-pkgs-env == ''
151
152
run : |
152
- pip install -i https://pypi.anaconda.org/dppy/label/dev/simple dpctl==0.20.0dev0
153
+ pip install -r ${{ env.dpctl-pkg-txt }}
153
154
154
155
- name : Conda info
155
156
run : |
Original file line number Diff line number Diff line change 26
26
oneapi-pkgs-env : ' '
27
27
# Enable env when it's required to use only conda packages without OneAPI installation
28
28
# oneapi-pkgs-env: '${{ github.workspace }}/environments/oneapi_pkgs.yml'
29
+ dpctl-pkg-txt : ' environments/dpctl_pkg.txt'
29
30
30
31
steps :
31
32
- name : Cancel Previous Runs
@@ -108,7 +109,7 @@ jobs:
108
109
- name : Install dpctl
109
110
if : env.oneapi-pkgs-env == ''
110
111
run : |
111
- pip install -i https://pypi.anaconda.org/dppy/label/dev/simple dpctl==0.20.0dev0
112
+ pip install -r ${{ env.dpctl-pkg-txt }}
112
113
113
114
- name : Conda info
114
115
run : |
Original file line number Diff line number Diff line change
1
+ --index-url https://pypi.anaconda.org/dppy/label/dev/simple
2
+ dpctl>=0.20.0dev0
You can’t perform that action at this time.
0 commit comments