Skip to content

Commit

Permalink
try lower pin
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Sep 26, 2024
1 parent 09a24bd commit cf371fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
python=${{ matrix.python-version }}
tox>=4.17.1
tox-gh>=1.3.2
micromamba-version: "2.0.0-0" # pinned to avoid breaking changes with mamba and micromamba.
micromamba-version: "1.5.10" # pinned to avoid breaking changes with mamba and micromamba (2.0.0).
- name: Environment Caching
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
environment-file: environment-dev.yml
create-args: >-
python=${{ matrix.python-version }}
micromamba-version: "2.0.0-0" # pinned to avoid breaking changes with mamba and micromamba.
micromamba-version: "1.5.10" # pinned to avoid breaking changes with mamba and micromamba (2.0.0).
- name: Conda and Mamba versions
run: |
echo "micromamba $(micromamba --version)"
Expand Down

0 comments on commit cf371fb

Please sign in to comment.