Skip to content

Commit

Permalink
[WIP] Try to fix github action error, use classic solver instead of l…
Browse files Browse the repository at this point in the history
…ibmambapy
  • Loading branch information
jinningwang committed Sep 29, 2024
1 parent 45f86d0 commit 307bfae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ 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: Install dependencies
run: |
Expand Down

0 comments on commit 307bfae

Please sign in to comment.