Skip to content

Merge branch 'main' into python_update #302

Merge branch 'main' into python_update

Merge branch 'main' into python_update #302

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: poetry install --no-root
- name: Test with pytest
run: make test