Skip to content

Commit

Permalink
Remove micromamba version pin (#617)
Browse files Browse the repository at this point in the history
* remove micromamba version pin
  • Loading branch information
kafitzgerald authored Oct 10, 2024
1 parent 995a0bf commit 6936808
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: setup micromamba
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-name: geocat-examples
environment-file: conda_environment.yml
cache-environment: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upstream-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: set up environment
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: '1.5.10-0'
environment-file: conda_environment.yml
create-args: >-
python=${{ matrix.python-version }}
Expand Down

0 comments on commit 6936808

Please sign in to comment.