Skip to content

Commit

Permalink
Merge pull request #166 from ACCESS-Cloud-Based-InSAR/Update-to-`setu…
Browse files Browse the repository at this point in the history
…p-micromamba`

Update Test Workflow to Setup-micromamba
  • Loading branch information
cmarshak authored Feb 5, 2024
2 parents ff37841 + 02e7186 commit 908b8af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
username: ${{ secrets.EARTHDATA_USERNAME }}
password: ${{ secrets.EARTHDATA_PASSWORD }}

- uses: mamba-org/provision-with-micromamba@v15
- uses: mamba-org/setup-micromamba@v1
with:
environment-name: topsapp_env
init-shell: bash
environment-file: environment.yml
extra-specs: |
extra-specs: >-
python=${{ matrix.python-version }}
- name: Pytest in conda environment
Expand Down

0 comments on commit 908b8af

Please sign in to comment.