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