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 a2d6182 commit 03df396Copy full SHA for 03df396
.github/workflows/conda-package.yml
@@ -227,6 +227,9 @@ jobs:
227
run: |
228
conda activate
229
conda search ${{ env.PACKAGE_NAME }} -c ${{ env.workdir }}/channel --override-channels --info --json > ${{ env.workdir }}\ver.json
230
+ - name: Output content of workdir
231
+ shell: pwsh
232
+ run: Get-ChildItem -Path ${{ env.workdir }}
233
- name: Output content of produced ver.json
234
shell: pwsh
235
run: Get-Content -Path ${{ env.workdir }}\ver.json
0 commit comments