Skip to content

Commit

Permalink
update github action tests to use setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
-v committed Dec 12, 2024
1 parent d75ab94 commit 35cd5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: false
micromamba-version: latest

- name: Python ${{ matrix.python-version }}
- name: Create and activate environment
shell: bash -l {0}
run: |
micromamba create --name TEST python=${{ matrix.python-version }} --file requirements.txt --file requirements-dev.txt --channel conda-forge
Expand Down

0 comments on commit 35cd5a2

Please sign in to comment.