Skip to content

Commit

Permalink
install nomad in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Oct 11, 2024
1 parent 960d3ca commit 60b2440
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
- name: Install nomad
if: "${{ matrix.python_version != '3.8' && matrix.python_version != '3.12'}}"
run: |
uv pip install nomad-lab@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
- name: Install package
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
Expand Down

0 comments on commit 60b2440

Please sign in to comment.