fix pytest

This commit is contained in:
Brian Rosner 2024-05-19 09:23:47 -06:00
parent afdbb19e16
commit 5293ede693

View File

@ -34,4 +34,4 @@ jobs:
- name: Install dependencies
run: poetry install --with=dev
- name: Run pytest
run: pytest
run: poetry run pytest