diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index b2fd8ae..2bd262d 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]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple pip install coverage coveralls - name: mypy @@ -50,4 +50,4 @@ jobs: - uses: actions/checkout@v3 - uses: chartboost/ruff-action@v1 with: - args: "check" \ No newline at end of file + args: "check" diff --git a/pyproject.toml b/pyproject.toml index b0a04a9..10e9ebe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [{ name = "The NOMAD Authors" }] license = { text = "Apache-2.0" } dependencies = [ "nomad-lab>=1.3.6.dev1", - "nomad-schema-plugin-run@git+https://github.com/nomad-coe/nomad-schema-plugin-run.git@c543bacbcc0b3c5c1395c8ec7d83e360cbc0fca7", + "nomad-schema-plugin-run@git+https://github.com/nomad-coe/nomad-schema-plugin-run.git@d30f1594d831a91b3a4db56a0bc5e7dc446bbffc", ] [project.urls]