Skip to content

Commit

Permalink
remove conda in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Oct 20, 2024
1 parent 8dc1d10 commit 7b36835
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: s-weigand/setup-conda@v1
# downgrade conda since v23.1.0 is causing issues in "Create Application Server Installer" step
- run: conda install -c conda-forge conda=22.11.1 python=3.10 -y

- name: Install node
uses: actions/setup-node@v3
Expand All @@ -40,7 +37,6 @@ jobs:
# pin Pillow version to prevent Windows build errors
run: |
npm install --global yarn --prefer-offline
conda install -c conda-forge constructor Pillow=9.3.0
yarn install
- name: Check JupyterLab version match
Expand Down

0 comments on commit 7b36835

Please sign in to comment.