Skip to content

add figure S2 (#85) #365

add figure S2 (#85)

add figure S2 (#85) #365

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: poetry install --no-root
- name: Test with pytest
run: make test