From df6e50204f9c8e936bffc06b82513faf23dccaa7 Mon Sep 17 00:00:00 2001 From: Daniel Tiesling Date: Fri, 17 Nov 2023 21:50:28 -0800 Subject: [PATCH] CI testinfg --- .github/workflows/ci_testing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml index 871e372..098165d 100644 --- a/.github/workflows/ci_testing.yml +++ b/.github/workflows/ci_testing.yml @@ -5,14 +5,15 @@ on: jobs: type_checking: - name: Type Checking + name: Tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v1 with: python-version: 3.8 - - run: pip install mypy + - run: pip install poetry + - run: poetry install - run: mypy flask_muck/