Skip to content

Commit

Permalink
use setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 4, 2024
1 parent 9b82f3b commit e93c7df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:

- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
python-version: ${{ matrix.python-version }}
miniforge-variant: Miniforge3
miniforge-version: latest

- name: Show conda installation info
run: |
mamba info
mamba list
conda info
conda list
- name: Install requirements
run: |
Expand All @@ -43,12 +43,12 @@ jobs:
# - name: Install Windows requirements
# if: matrix.os == 'windows-latest'
# run: |
# mamba install pymt_child pymt_hydrotrend pymt_permamodel
# conda install pymt_child pymt_hydrotrend pymt_permamodel

# - name: Install Unix requirements
# if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
# run: |
# mamba install pymt_cem pymt_child pymt_hydrotrend pymt_permamodel
# conda install pymt_cem pymt_child pymt_hydrotrend pymt_permamodel

- name: Build and install package
run: |
Expand Down

0 comments on commit e93c7df

Please sign in to comment.