Skip to content

Commit

Permalink
Merge pull request #272 from bacpop/ci-fix
Browse files Browse the repository at this point in the history
Update CI to new mamba action
  • Loading branch information
johnlees authored Jul 11, 2023
2 parents e084479 + b98e2ed commit af0e319
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/azure_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ 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
micromamba-version: '1.4.6-0'
environment-file: environment.yml
cache-environment: true
- name: Install and run_test.py
shell: bash -l {0}
run: |
Expand Down

0 comments on commit af0e319

Please sign in to comment.