From 993a9ae706a00eec5e72bf6e3bedcb9d9f00d6a3 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Tue, 11 Oct 2022 00:54:30 +0200 Subject: [PATCH] test again --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 04746ec..907ee40 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -48,6 +48,6 @@ jobs: - name: Install packages run: poetry install --with dev - name: Setup mypy - run: poetry run mypy cashu --install-types + run: poetry run mypy cashu --install-types -y - name: Run mypy run: poetry run mypy cashu --ignore-missing