Skip to content

Commit

Permalink
Switch to using micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Apr 25, 2023
1 parent e488b36 commit 552c4f0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/self-hosted-gpu-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,18 @@ jobs:
NVCC_VERSION: ${{ env.nvcc-version }}
PYTORCH_VERSION: ${{ env.pytorch-version }}

- uses: conda-incubator/setup-miniconda@v2
name: "Install dependencies with Mamba"
- uses: mamba-org/provision-with-micromamba@main
name: "Install dependencies with MicroMamba"
with:
activate-environment: build
environment-file: devtools/conda-envs/build-${{ env.os }}.yml
miniforge-variant: Mambaforge
python-version: ${{ env.python-version }}
extra-specs: |
python==${{ env.python-version }}
- name: "List conda packages"
shell: bash -l {0}
run: conda list
run: |
micromamba list
micromamba info
- name: "Configure"
shell: bash -l {0}
Expand Down

0 comments on commit 552c4f0

Please sign in to comment.