Skip to content

Commit ae50472

Browse files
Fixup 2
1 parent 040992b commit ae50472

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ jobs:
204204
- name: Collect dependencies
205205
shell: cmd
206206
run: |
207+
copy /Y ${{ env.GITHUB_WORKSPACE }}\ver.json .
207208
set "SCRIPT=%VER_SCRIPT1% %VER_SCRIPT2%"
208209
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
209210
SET PACKAGE_VERSION=%%F
@@ -224,6 +225,7 @@ jobs:
224225
run: conda install opencl_rt -c intel --override-channels
225226
- name: Install dpctl
226227
run: |
228+
copy /Y ${{ env.GITHUB_WORKSPACE }}\ver.json .
227229
set "SCRIPT=%VER_SCRIPT1% %VER_SCRIPT2%"
228230
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
229231
SET PACKAGE_VERSION=%%F

0 commit comments

Comments
 (0)