File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -222,11 +222,19 @@ jobs:
222
222
conda activate
223
223
conda index ${{ env.workdir }}\channel
224
224
225
+ - name : Dump mkl_umath version info from created channel to STDOUT
226
+ shell : cmd /C CALL {0}
227
+ run : |
228
+ conda activate
229
+ conda search ${{ env.PACKAGE_NAME }} -c ${{ env.workdir }}/channel --override-channels --info --json
225
230
- name : Dump mkl_umath version info from created channel into ver.json
226
231
shell : cmd /C CALL {0}
227
232
run : |
228
233
conda activate
229
234
conda search ${{ env.PACKAGE_NAME }} -c ${{ env.workdir }}/channel --override-channels --info --json > ${{ env.workdir }}\ver.json
235
+ - name : Output content of workdir
236
+ shell : pwsh
237
+ run : Get-ChildItem -Path ${{ env.workdir }}
230
238
- name : Output content of produced ver.json
231
239
shell : pwsh
232
240
run : Get-Content -Path ${{ env.workdir }}\ver.json
You can’t perform that action at this time.
0 commit comments