Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Apr 27, 2024
1 parent 051b618 commit 9082c98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
return releaseWithTag ? 'true' : 'false'
result-encoding: string

- run: |
conda info
conda list
conda config --show-sources
conda config --show
- name: Create Application Server Installer
run: |
yarn create_env_installer:${{ matrix.cfg.platform }}
Expand Down

0 comments on commit 9082c98

Please sign in to comment.