You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
provision-with-micromamba
v6
GitHub 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
npm install -y
- run
npm run build
after making changes