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 48ab70d commit 24b3526
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:
# Installing the environment’s packages into the base environment avoids this issue
# activate-environment: test
python-version: ${{ matrix.python-version }}
channel-priority: true
mamba-version: "*"
# channel-priority: true
channels: conda-forge,defaults
auto-activate-base: false
activate-environment: anaconda-client-env
environment-file: env.yml
auto-update-conda: true
#mamba-version: "*"
#auto-update-conda: true

- name: show conda info
run: |
Expand Down

0 comments on commit 24b3526

Please sign in to comment.