Skip to content

Commit

Permalink
MNT: Add micromamba version
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit authored Oct 3, 2024
1 parent b73cd5c commit fd09db1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ jobs:
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v2
with:
micromamba-version: latest
environment-file: ${{ env.CONDA_ENV_FILE }}
environment-name: ${{ env.REPO_NAME }}-tests
init-shell: >-
bash
powershell
create-args: >-
python=${{ env.PYTHON_VERSION }}
post-cleanup: 'all'
Expand Down

0 comments on commit fd09db1

Please sign in to comment.