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 cef4468 commit 13762f0Copy full SHA for 13762f0
.github/workflows/conda-package-cf.yml
@@ -230,6 +230,7 @@ jobs:
230
- name: Collect dependencies
231
shell: cmd /C CALL {0}
232
run: |
233
+ @ECHO ON
234
IF NOT EXIST ver.json (
235
copy /Y ${{ env.workdir }}\ver.json .
236
)
.github/workflows/conda-package.yml
@@ -228,6 +228,7 @@ jobs:
228
229
0 commit comments