We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040992b commit ae50472Copy full SHA for ae50472
.github/workflows/conda-package.yml
@@ -204,6 +204,7 @@ jobs:
204
- name: Collect dependencies
205
shell: cmd
206
run: |
207
+ copy /Y ${{ env.GITHUB_WORKSPACE }}\ver.json .
208
set "SCRIPT=%VER_SCRIPT1% %VER_SCRIPT2%"
209
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
210
SET PACKAGE_VERSION=%%F
@@ -224,6 +225,7 @@ jobs:
224
225
run: conda install opencl_rt -c intel --override-channels
226
- name: Install dpctl
227
228
229
230
231
0 commit comments