Skip to content

Commit

Permalink
Update to new mamba action
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Jul 10, 2023
1 parent e555990 commit 15b994f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/azure_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
cache-env: true
environment-file: environment.yml
cache-environment: true
- name: Install and run_test.py
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 15b994f

Please sign in to comment.