@@ -13,14 +13,14 @@ steps:
- name: test
image: python
commands:
- - inv test
+ - poetry run inv test
- name: typecheck
- - inv tc
+ - poetry run inv tc
- name: format
- - inv checkfmt
+ - poetry run inv checkfmt