Skip to content

Commit

Permalink
CI: install nomad with infrastructure extra and test also with python…
Browse files Browse the repository at this point in the history
… 3.12
  • Loading branch information
lukaspie committed Nov 29, 2024
1 parent 807e9a8 commit 7d7da9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit 7d7da9c

Please sign in to comment.