diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 50f6186..83e2830 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -13,7 +13,7 @@ jobs: run: | pip install --upgrade pip # 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 '.[dev,tests]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple pip install coverage coveralls - name: mypy diff --git a/pyproject.toml b/pyproject.toml index 5abb2ab..a33c5aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" authors = [{ name = "The NOMAD Authors" }] license = { text = "Apache-2.0" } dependencies = [ - "nomad-lab>=1.2.0", + "nomad-lab>=1.3.6.dev1", ] [project.urls]