From 7d7da9c867d28c2cdd54c487ce2a019329e59599 Mon Sep 17 00:00:00 2001 From: Lukas Pielsticker <50139597+lukaspie@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:19:22 +0100 Subject: [PATCH] CI: install nomad with infrastructure extra and test also with python 3.12 --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]"