diff --git a/.github/workflows/codeqa-test.yml b/.github/workflows/codeqa-test.yml index ce9d3567..e9673e5c 100644 --- a/.github/workflows/codeqa-test.yml +++ b/.github/workflows/codeqa-test.yml @@ -19,7 +19,7 @@ jobs: path: ~/.cache/pip key: pip-lint - name: Install dependencies - run: pip install flake8 mypy + run: pip install flake8 mypy pytest - name: Run flake8 run: flake8 src tests - name: Run mypy