From e2fc0246a114811e0247cbdf84c3fd727963003c Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Mon, 3 Jun 2024 16:15:52 +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 67b2cf0e..01af9d7f 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -17,7 +17,7 @@ jobs: pip install coverage coveralls - name: mypy run: | - python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional src/nomad_simulations tests + python -m mypy --ignore-missing-imports --follow-imports=silent --no-strict-optional src/nomad_simulations_data tests - name: Test with pytest run: | python -m coverage run -m pytest -sv tests