From 87cd5e3775cf6a435b061e5c031243b5922bfbe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20G=C3=B3recki?= Date: Mon, 4 Mar 2024 23:40:03 +0100 Subject: [PATCH] update 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 3190e87..217a6ef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -72,4 +72,4 @@ jobs: run: poetry run python -m pytest -p no:sugar -q tests/ - name: Run mypy - run: poetry run mypy \ No newline at end of file + run: poetry run mypy lato \ No newline at end of file