diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15f548d..4965984 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,4 +33,4 @@ jobs: run: mypy --strict . - name: Run tests with pytest - run: pytest --cov=. \ No newline at end of file + run: pytest --cov=.