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:
222222 conda activate
223223 conda index ${{ env.workdir }}\channel
224224
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
225230 - name : Dump mkl_umath version info from created channel into ver.json
226231 shell : cmd /C CALL {0}
227232 run : |
228233 conda activate
229234 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 }}
230238 - name : Output content of produced ver.json
231239 shell : pwsh
232240 run : Get-Content -Path ${{ env.workdir }}\ver.json
You can’t perform that action at this time.
0 commit comments