Skip to content

Commit

Permalink
CI: try older miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed May 3, 2024
1 parent 1757586 commit 66aa1e4
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@v2
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 66aa1e4

Please sign in to comment.