Skip to content

Commit

Permalink
CI: back to umamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed May 3, 2024
1 parent e8f99f1 commit da03b46
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,20 @@ jobs:
env | sort -u
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: ${{ matrix.python-version }}
# mamba-version: "*"
channels: conda-forge
channel-priority: strict
activate-environment: packaging
environment-file: envs/env-py${{ env.PYTHONVER }}.yml

# - name: Setup umamba
# uses: mamba-org/setup-micromamba@v1
# - uses: conda-incubator/setup-miniconda@v3
# with:
# python-version: ${{ matrix.python-version }}
# # mamba-version: "*"
# channels: conda-forge
# channel-priority: strict
# activate-environment: packaging
# environment-file: envs/env-py${{ env.PYTHONVER }}.yml
# log-level: info

- name: Setup umamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: envs/env-py${{ env.PYTHONVER }}.yml
log-level: info

- name: Check env
run: |
Expand Down

0 comments on commit da03b46

Please sign in to comment.