We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b6b64 commit 65fc5ebCopy full SHA for 65fc5eb
.github/workflows/backward_compatibility.yml
@@ -39,7 +39,7 @@ jobs:
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
-
+
43
- name: Install dependencies
44
45
uv run python -m pip install --upgrade pip
@@ -57,6 +57,9 @@ jobs:
57
uv run pip install pynxtools==${{ matrix.pynxtools_versions }}
58
fi
59
60
- - name: Run tests
+ - name: Run Reader tests
61
+ run: |
62
+ uv run pytest tests/test_reader.py
63
+ - name: Run Nomad Examples tests
64
- uv run pytest tests/.
65
+ uv run pytest tests/test_nomad_examples.py
0 commit comments