From 566e85f0c189a476cb5d8edadd6163bfe510cdb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20G=C3=B3recki?= Date: Sun, 17 Mar 2024 23:48:25 +0100 Subject: [PATCH] fix workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15aba5e..478ee9c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,4 +75,4 @@ jobs: run: poetry run mypy lato - name: Run doctest - run: poetry pytest --doctest-modules lato \ No newline at end of file + run: poetry run pytest --doctest-modules lato \ No newline at end of file