Skip to content

Commit

Permalink
CI: update to setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Dec 5, 2023
1 parent 16a85a9 commit a8d4dca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,16 @@ jobs:
flaky: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install micromamba
uses: mamba-org/provision-with-micromamba@v15
uses: mamba-org/setup-micromamba@v1
with:
environment-file: ci/requirements/py-${{ matrix.env }}.yml
environment-name: test-env
extra-specs: python=${{ matrix.python-version }}
cache-env: true
create-args: >-
python=${{ matrix.python-version }}
cache-environment: true

- name: Matrix submodule tests with pytest
if: ${{ matrix.testset == 'matrix' }}
Expand Down

0 comments on commit a8d4dca

Please sign in to comment.