Skip to content

Format summary plots to fit more neatly into single column #10

Format summary plots to fit more neatly into single column

Format summary plots to fit more neatly into single column #10

Workflow file for this run

name: CI
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push: { branches: [ "main" ] }
pull_request: { branches: [ "main" ] }
jobs:
test:
runs-on: ubuntu-latest
container: condaforge/mambaforge:latest
steps:
- uses: actions/[email protected]
- name: Setup Conda Environment
run: |
apt update && apt install -y git make
make env
- name: Test Analysis
run: |
make analysis