File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 0
2222 submodules : recursive
23-
24- - name : Install nomad
25- if : " ${{ matrix.python_version != '3.8'}}"
26- run : |
27- uv pip install nomad-lab[infrastructure]@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
2823
2924 - name : Install uv && Set up Python ${{ matrix.python-versions }}
3025 uses : astral-sh/setup-uv@v5
4035 curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
4136 uv run python get-pip.py
4237
38+ - name : Install nomad
39+ if : " ${{ matrix.python_version != '3.8'}}"
40+ run : |
41+ uv pip install nomad-lab[infrastructure]@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
42+
4343 - name : Install dependencies
4444 run : |
4545 uv run python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments