Skip to content

Commit

Permalink
Update build.yml to use setup-micromamba action
Browse files Browse the repository at this point in the history
  • Loading branch information
MridulS committed Dec 13, 2023
1 parent 7d77bdb commit 794b211
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
- uses: actions/checkout@v2

- name: Setup mamba environment to run notebooks
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: binder/environment.yml
extra-specs: |
extra-specs: >-
pytest
cache-environment: true
- name: Test with nbval
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 794b211

Please sign in to comment.