Skip to content

Commit 9082c98

Browse files
committed
test
1 parent 051b618 commit 9082c98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
return releaseWithTag ? 'true' : 'false'
7171
result-encoding: string
7272

73+
- run: |
74+
conda info
75+
conda list
76+
conda config --show-sources
77+
conda config --show
78+
7379
- name: Create Application Server Installer
7480
run: |
7581
yarn create_env_installer:${{ matrix.cfg.platform }}

0 commit comments

Comments
 (0)