Skip to content

Commit

Permalink
Install nomad in plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jul 4, 2024
1 parent 6648fbc commit 31ab30c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/plugin_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 31ab30c

Please sign in to comment.