diff --git a/.github/workflows/qol.yaml b/.github/workflows/qol.yaml index 77d5ab1..d37118e 100644 --- a/.github/workflows/qol.yaml +++ b/.github/workflows/qol.yaml @@ -25,4 +25,4 @@ jobs: - name: Test run: | pip install pytest - PYTHONPATH=$PYTHONPATH:. poetry run pytype \ No newline at end of file + PYTHONPATH=$PYTHONPATH:. poetry run pytest \ No newline at end of file