Skip to content

Commit

Permalink
CI: switch to miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Oct 23, 2024
1 parent 44a6e61 commit c1f4007
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
miniforge-version: latest
activate-environment: test-env
environment-file: ci/requirements/py-${{ matrix.conda-env }}.yml
environment-name: test-env
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 c1f4007

Please sign in to comment.