Skip to content

migrate to copier template #72

migrate to copier template

migrate to copier template #72

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
env:
name: Test env
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Set up Conda env
uses: mamba-org/setup-micromamba@e820223f89c8720d6c740ca154a7adf32fcd278a
with:
environment-file: environment.yml
environment-name: test-env