Skip to content

Commit

Permalink
Test using setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoTrizio committed Nov 14, 2023
1 parent 19c7df3 commit 7bc8ffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
df -h
ulimit -a
# More info on options: https://github.com/marketplace/actions/provision-with-micromamba
- uses: mamba-org/provision-with-micromamba@main
# More info on options: https://github.com/mamba-org/provision-with-micromamba#migration-to-setup-micromamba%60
- uses: mamba-org/setup-micromamba@main
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
channels: conda-forge,defaults
extra-specs: |
extra-specs: >-
python=${{ matrix.python-version }}
- name: Install package
Expand Down

0 comments on commit 7bc8ffb

Please sign in to comment.