From cd3fa0769d3423067e344282bb6b7ec61ea170db Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Mon, 17 Jun 2024 15:52:12 +0200 Subject: [PATCH] Fix mypy action --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index dbefd23..758329b 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -26,7 +26,7 @@ jobs: uv pip install coveralls --system - name: mypy run: | - python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional src/nomad_parser_wannier90 tests + python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional src/nomad_parser_wannier90/parsers tests - name: Build coverage file run: | pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=src tests | tee pytest-coverage.txt