Skip to content

Commit

Permalink
FIX: Remove mamba pinning.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Feb 5, 2025
1 parent 93810ca commit 455707a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v2.0.4
uses: mamba-org/setup-micromamba@v2
with:
create-args: python=${{ matrix.python-version }}
environment-file: ./continuous_integration/environment_actions.yml
init-shell: >-
bash
cache-downloads: true
post-cleanup: "all"
micromamba-version: '2.0.0-0'

- name: Fetch all history for all tags and branches
run: |
Expand Down

0 comments on commit 455707a

Please sign in to comment.