Skip to content

Commit

Permalink
[WIP] Try to fix github action error
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Sep 29, 2024
1 parent 307bfae commit f6ef1e2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ jobs:
channels: conda-forge,defaults
channel-priority: true
activate-environment: anaconda-client-env
- name: Configure conda to use default solver
run: conda config --set solver classic
- shell: bash -el {0}
name: Configure conda to use default solver
run: |
conda config --set solver classic
- 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 f6ef1e2

Please sign in to comment.