Skip to content

Commit

Permalink
set python 3.10 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Mar 12, 2024
1 parent 8cf9416 commit 86db70d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ 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 @@ -37,6 +40,7 @@ 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 86db70d

Please sign in to comment.