Skip to content

Commit

Permalink
💚 Fix miniconda configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jan 10, 2024
1 parent b113e30 commit 8a1dcb4
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
channels: conda-forge,defaults
condarc: |
channels:
- conda-forge
create-args: |
python=${{ matrix.python-version }}
environment-name: ZCollection
environment-file: conda/environment.yml
extra-specs: |
python=${{ matrix.python-version }}

- name: Run Tests
shell: bash -l {0}
Expand Down Expand Up @@ -61,11 +63,13 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
channels: conda-forge,defaults
condarc: |
channels:
- conda-forge
create-args: |
python=3.9
environment-name: ZCollection
environment-file: conda/environment.yml
extra-specs: |
python=3.9

- name: Run Tests
shell: bash -l {0}
Expand All @@ -90,11 +94,13 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
cache-downloads: true
channels: conda-forge,defaults
condarc: |
channels:
- conda-forge
create-args: |
python=3.9
environment-name: ZCollection
environment-file: conda/environment.yml
extra-specs: |
python=3.9

- name: Run Tests
shell: bash -l {0}
Expand Down

0 comments on commit 8a1dcb4

Please sign in to comment.