Skip to content

Commit

Permalink
remove conda installation and create application server installer in …
Browse files Browse the repository at this point in the history
…gh action
  • Loading branch information
iishiishii committed Oct 21, 2024
1 parent 0ce021e commit 819e526
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
auto-activate-base: true
activate-environment: ''
channels: conda-forge
# downgrade conda since v22.11.1 is causing issues in "Create Application Server Installer" step
- run: conda install -c conda-forge conda=22.11.1 python=3.10 -y
# upgrade conda since v22.11.1 is causing issues in "Install dependencies" step
- run: conda install -c conda-forge conda=24.5.0 python=3.10 -y

- name: Install node
uses: actions/setup-node@v4
Expand All @@ -49,8 +49,6 @@ jobs:
# pin Pillow version to prevent Windows build errors
run: |
npm install --global yarn --prefer-offline
conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
conda install -c conda-forge constructor Pillow=9.3.0
yarn install
- name: Check JupyterLab version match
Expand Down Expand Up @@ -82,10 +80,6 @@ jobs:
return releaseWithTag ? 'true' : 'false'
result-encoding: string

- name: Create Application Server Installer
run: |
yarn create_env_installer:${{ matrix.cfg.platform }}
- name: Create Application Installer for Test
env:
CSC_IDENTITY_AUTO_DISCOVERY: false # disable code signing if not release asset
Expand Down

0 comments on commit 819e526

Please # to comment.