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/