Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 251 Bytes

Workflow Runner

Get started

  1. Install poetry.
  2. In the root of this repo, run poetry install

Common tasks

Running tests

Run poetry run test

Installing a library

Run poetry add <library_name>