Skip to content

Remove tPLS implementation #297

Remove tPLS implementation

Remove tPLS implementation #297

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