Skip to content

Commit

Permalink
ok seems like this is not just an ecoscope issue
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling committed Sep 27, 2024
1 parent d19c90b commit 45b17c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
uses: mamba-org/setup-micromamba@v1.9.0
with:
# https://github.com/mamba-org/setup-micromamba/issues/227
micromamba-version: 1.5.10-0
micromamba-binary-path: /home/runner/micromamba-bin-versioned/micromamba
environment-file: ${{ matrix.env }}
cache-environment: true
cache-downloads: true
Expand Down

0 comments on commit 45b17c8

Please sign in to comment.