File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 run : |
2525 git clone --depth 1 --branch develop --recurse-submodules https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git nomad
2626 git submodule update --init --recursive --depth 1
27-
27+
2828 - name : Replace pynxtools dependency in NOMAD pyproject.toml
2929 working-directory : ./nomad
3030 run : |
31- sed -i 's|pynxtools\[convert\]==[0-9]\+\(\.[0-9]\+\)\{0,2\}|pynxtools\[convert\]@git+https://github.com/FAIRmat-NFDI/pynxtools.git@${{ github.head_ref }} |' pyproject.toml
31+ sed -i 's|pynxtools\[convert\]==[0-9]\+\(\.[0-9]\+\)\{0,2\}|pynxtools\[convert\]@git+https://github.com/FAIRmat-NFDI/pynxtools.git@${{ github.head_ref || github.ref_name }} |' pyproject.toml
3232
3333 - name : Set up Python
3434 uses : actions/setup-python@v2
3737
3838 - name : Install uv
3939 run : |
40- curl -LsSf https://astral.sh/uv/install.sh | sh
40+ curl -LsSf https://astral.sh/uv/install.sh | sh
4141
4242 - name : Generate (dev-)requirements.txt from modified pyproject.toml
4343 working-directory : ./nomad
You can’t perform that action at this time.
0 commit comments