File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,13 @@ jobs:
3939 uv pip install nomad-lab[infrastructure]@git+https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR.git
4040 - name : Install pynx
4141 run : |
42- uv pip install ".[dev]"
42+ uv pip install -e ".[dev]"
4343 - name : Test with pytest
4444 run : |
4545 coverage run -m pytest -sv --show-capture=no tests
4646 - name : Submit to coveralls
4747 continue-on-error : true
48+ if : " ${{ matrix.python_version == '3.12'}}"
4849 env :
4950 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5051 run : |
Original file line number Diff line number Diff line change 55![ ] ( https://img.shields.io/pypi/pyversions/pynxtools )
66![ ] ( https://img.shields.io/pypi/l/pynxtools )
77![ ] ( https://img.shields.io/pypi/v/pynxtools )
8- ![ ] ( https://coveralls.io/repos/github/FAIRmat-NFDI/pynxtools/badge.svg?branch=master )
8+ [ ![ Coverage Status ] ( https://coveralls.io/repos/github/FAIRmat-NFDI/pynxtools/badge.svg?branch=master&kill_cache=1 )] ( https://coveralls.io/github/FAIRmat-NFDI/pynxtools ?branch=master)
99[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.1323437.svg )] ( https://doi.org/10.5281/zenodo.13862042 )
1010
1111` pynxtools ` is a tool designed for making your experimental data FAIR.
You can’t perform that action at this time.
0 commit comments