diff --git a/.github/workflows/python-actions.yaml b/.github/workflows/python-actions.yaml index 57934a5..12504c8 100644 --- a/.github/workflows/python-actions.yaml +++ b/.github/workflows/python-actions.yaml @@ -14,7 +14,7 @@ jobs: pip install --upgrade pip pip install '.[tests]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple # we need the latest nomad version for testing - pip install nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop + #pip install nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop pip install coverage coveralls - name: mypy run: | diff --git a/pyproject.toml b/pyproject.toml index 2edaf74..dfca0aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ readme = "README.md" authors = [{ name = "The NOMAD Authors" }] license = { file = "LICENSE" } dependencies = [ + "nomad-lab>=1.3.6.dev1", "nomad-schema-plugin-simulation-workflow@git+https://github.com/nomad-coe/nomad-schema-plugin-simulation-workflow.git@develop", "nomad-schema-plugin-run@git+https://github.com/nomad-coe/nomad-schema-plugin-run.git@develop" ]