provision-with-micromamba
ActionsGitHub Action to provision a CI instance using micromamba
Required The the environment.yml
file for the conda environment. Default is environment.yml
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"
When developing, you need to
- install
nodejs
- clone the repo
- run
node install -y
- 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.