Skip to content

Commit 053388b

Browse files
author
lukaspie
committed
editable install for coveralls
1 parent 2593e86 commit 053388b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
uv pip install nomad-lab[infrastructure]@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
2626
- name: Install package and pynxtools master branch
2727
run: |
28-
uv pip install ".[dev]"
28+
# Editable install is neccessary for coveralls to work
29+
uv pip install -e ".[dev]"
2930
uv pip install coverage coveralls
3031
- name: Install pynxtools master branch
3132
run: |

0 commit comments

Comments
 (0)