From 31ab30ce8dd34253bc436181f03a6acfff4a049a Mon Sep 17 00:00:00 2001 From: domna Date: Thu, 4 Jul 2024 18:31:05 +0200 Subject: [PATCH] Install nomad in plugin tests --- .github/workflows/plugin_test.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/plugin_test.yaml b/.github/workflows/plugin_test.yaml index 39c986a6d..dcbf70135 100644 --- a/.github/workflows/plugin_test.yaml +++ b/.github/workflows/plugin_test.yaml @@ -61,9 +61,12 @@ jobs: repository: FAIRmat-NFDI/${{ matrix.plugin }} path: ${{ matrix.plugin }} ref: ${{ matrix.branch }} + - name: Install nomad + run: | + uv pip install --system nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git@pluginise-nexus-code - name: Install ${{ matrix.plugin }} run: | - cd ${{ matrix.plugin }} + cd ${{ matrix.plugin }} uv pip install --system . - name: Run ${{ matrix.plugin }} tests run: |