Skip to content

Commit

Permalink
Can we update micromamba yet? (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling authored Nov 28, 2024
1 parent fd52cf4 commit 5b4627b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Micromamba
uses: mamba-org/[email protected].1
uses: mamba-org/[email protected].2
with:
# https://github.com/mamba-org/setup-micromamba/issues/227
micromamba-version: 1.5.10-0
environment-file: ${{ matrix.env }}
cache-environment: true
cache-downloads: true
init-shell: bash
init-shell: bash powershell

- name: Install pip dependencies and our package
shell: bash -leo pipefail {0}
Expand All @@ -47,4 +45,4 @@ jobs:
pytest -v -r s --color=yes --cov=ecoscope --cov-append --cov-report=xml
- name: Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4

0 comments on commit 5b4627b

Please sign in to comment.