Skip to content

Commit d7746f7

Browse files
set echo on
1 parent 895e197 commit d7746f7

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+
ECHO ON
207208
copy /Y ${{ env.GITHUB_WORKSPACE }}\ver.json .
208209
set "SCRIPT=%VER_SCRIPT1% %VER_SCRIPT2%"
209210
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
@@ -228,6 +229,7 @@ jobs:
228229
- name: Install dpctl
229230
shell: cmd
230231
run: |
232+
ECHO ON
231233
copy /Y ${{ env.GITHUB_WORKSPACE }}\ver.json .
232234
set "SCRIPT=%VER_SCRIPT1% %VER_SCRIPT2%"
233235
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (

0 commit comments

Comments
 (0)