Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

provision-with-micromamba

Actions
provision a CI instance using micromamba
v4
Star (74)

provision-with-micromamba

test

GitHub Action to provision a CI instance using micromamba

Inputs

environment-file

Required The the environment.yml file for the conda environment. Default is environment.yml

Example usage

name: test
on:
  push: null

jobs:
  test:
    runs-on: ubuntu-latest
    name: test
    steps:
      - uses: actions/checkout@v2

      - name: install mamba
        uses: mamba-org/provision-with-micromamba@main

      - name: run python
        shell: bash -l {0}
        run: |
          python -c "import numpy"

Development

When developing, you need to

  1. install nodejs
  2. clone the repo
  3. run node install -y
  4. run npm run build after making changes

provision-with-micromamba is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

provision a CI instance using micromamba
v4

provision-with-micromamba is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.