Skip to content

Commit

Permalink
upgrade conda version in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Oct 21, 2024
1 parent 4b5bdcf commit 503bb9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
auto-activate-base: true
activate-environment: ''
channels: conda-forge
- 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 Down

0 comments on commit 503bb9d

Please sign in to comment.