diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c12de03..a8974c2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -34,9 +34,9 @@ jobs: curl -LsSf https://astral.sh/uv/install.sh | sh uv pip install coverage coveralls - name: Install nomad - if: "${{ matrix.python_version != '3.8' && matrix.python_version != '3.12'}}" + if: "${{ matrix.python_version != '3.8'}" run: | - uv pip install nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git + uv pip install nomad-lab[infrastructure]@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git - name: Install package run: | uv pip install ".[dev]"