Skip to content

Update copier template to v0.1.7 #14

Update copier template to v0.1.7

Update copier template to v0.1.7 #14

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@8767fb704bd78032e9392f0386bf46950bdd1194
with:
environment-file: environment.yml
environment-name: test-env