Skip to content

Commit 38b6b64

Browse files
committed
fix backward.
1 parent 1a64a54 commit 38b6b64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/backward_compatibility.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
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
@@ -40,6 +35,11 @@ jobs:
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

0 commit comments

Comments
 (0)