Skip to content

Commit

Permalink
update mamba CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-becker committed Feb 27, 2024
1 parent 645d1cc commit 148e73a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: mamba-org/setup/micromamba@v1

with:
miniconda-version: "latest"
mamba-version: "*"
channel-priority: true
environment-file: environment.yml
auto-activate-base: false
activate-environment: test
create-args: >-
python=3.10
numpy
- shell: bash -l {0}
run: |
conda info
Expand Down

0 comments on commit 148e73a

Please sign in to comment.