Skip to content

Commit

Permalink
Bump to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling authored Nov 28, 2024
1 parent 462a3fe commit a3223bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Micromamba
uses: mamba-org/[email protected].1
uses: mamba-org/[email protected].2
with:
environment-file: ${{ matrix.env }}
cache-environment: true
Expand All @@ -45,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 a3223bd

Please sign in to comment.