Skip to content

Commit

Permalink
update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lyy committed Oct 16, 2023
1 parent 24b3526 commit 482d7b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
# Installing the environment’s packages into the base environment avoids this issue
# activate-environment: test
python-version: ${{ matrix.python-version }}
mamba-version: "*"
miniforge-version: latest
# mamba-version: "*"
# channel-priority: true
channels: conda-forge,defaults
#channels: conda-forge,defaults
auto-activate-base: false
activate-environment: anaconda-client-env
environment-file: env.yml
use-mamba: true
#auto-update-conda: true

- name: show conda info
Expand Down

0 comments on commit 482d7b8

Please sign in to comment.