Skip to content

Commit

Permalink
update micromamba action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Oct 8, 2024
1 parent ffa22ad commit 66004b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ jobs:
- uses: actions/checkout@v4

- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ci/requirements/py-${{ matrix.env }}.yml
environment-name: test-env
create-args: >-
python=${{ matrix.python-version }}
cache-environment: true
post-cleanup: 'all'
init-shell: >-
bash
powershell
- name: Test with pytest
run: pytest --cov=cotengra tests/ --cov-report=xml tests
Expand Down

0 comments on commit 66004b5

Please sign in to comment.