From b4aeefbfc1c97c1f102dccbce32e2657c7542476 Mon Sep 17 00:00:00 2001 From: John Vouvakis Manousakis Date: Sun, 8 Oct 2023 18:40:21 -0700 Subject: [PATCH] remove mypy --- .github/workflows/test_and_deploy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_and_deploy.yaml b/.github/workflows/test_and_deploy.yaml index cbce36ce..aa8eef7f 100644 --- a/.github/workflows/test_and_deploy.yaml +++ b/.github/workflows/test_and_deploy.yaml @@ -22,9 +22,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install -r requirements_dev.txt - - name: Run flake8 + - name: flake8 run: flake8 src - - name: Run mypy - run: mypy src - - name: Run tests + - name: Unit tests run: python -m pytest --doctest-modules src/osmg/