Skip to content

Add Vestfonna profiles from Palosuo & Schytt #5

Add Vestfonna profiles from Palosuo & Schytt

Add Vestfonna profiles from Palosuo & Schytt #5

Workflow file for this run

name: pytest
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install conda environment
uses: mamba-org/setup-micromamba@v1
with:
environment-file: tests/environment.yaml
cache-environment: true
- name: Run tests
shell: bash -l {0}
run: pytest tests -v