From d2b3cf837a7f8b728b99c33e548e5481997cac7a Mon Sep 17 00:00:00 2001 From: Oluwatomi Oluwadamil Oladunni Date: Sun, 5 Oct 2025 23:19:06 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=.