Skip to content

Commit

Permalink
[WIP] Fix github action error, add a step to install mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Sep 29, 2024
1 parent eb7d23f commit e099c9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
channels: conda-forge,defaults
channel-priority: true
activate-environment: anaconda-client-env
- shell: bash -el {0}
name: Install mamba
run: |
conda install -n base -c conda-forge mamba
- shell: bash -el {0}
name: Install dependencies
run: |
Expand Down

0 comments on commit e099c9b

Please sign in to comment.