Skip to content

Commit

Permalink
update to mamba-org/setup-micromamba@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Oct 25, 2023
1 parent c9c215c commit e8719e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
- uses: actions/checkout@v3

- name: Install micromamba
uses: mamba-org/provision-with-micromamba@v16
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: Test with pytest
run: pytest --cov=xyzpy tests/ --cov-report=xml tests
Expand Down

0 comments on commit e8719e3

Please sign in to comment.