Skip to content

Commit

Permalink
setup-micromamba try stuff to fix hanging 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Jun 27, 2024
1 parent 31e3102 commit 7751cd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,12 @@ jobs:
- name: Install Dependencies via Micromamba
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.6-0'
environment-file: environment.yml
cache-environment: true
cache-downloads: true
# create-args: >-
# python=${{matrix.python-version}}
create-args: >-
python=${{matrix.python-version}}
# - name: Checkout MODFLOW 6
# uses: actions/checkout@v4
Expand Down

0 comments on commit 7751cd4

Please sign in to comment.