Skip to content

Commit 13762f0

Browse files
author
Vahid Tavanashad
committed
add ECHO ON
1 parent cef4468 commit 13762f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/conda-package-cf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ jobs:
230230
- name: Collect dependencies
231231
shell: cmd /C CALL {0}
232232
run: |
233+
@ECHO ON
233234
IF NOT EXIST ver.json (
234235
copy /Y ${{ env.workdir }}\ver.json .
235236
)

.github/workflows/conda-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ jobs:
228228
- name: Collect dependencies
229229
shell: cmd /C CALL {0}
230230
run: |
231+
@ECHO ON
231232
IF NOT EXIST ver.json (
232233
copy /Y ${{ env.workdir }}\ver.json .
233234
)

0 commit comments

Comments
 (0)