We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92954e commit 44b7d12Copy full SHA for 44b7d12
.github/workflows/ci.yml
@@ -29,6 +29,17 @@ jobs:
29
PYTEST_ADDOPTS: "--durations=0"
30
run: uv run pytest --cov janus_core --cov-append .
31
32
+ - name: Install updated e3nn dependencies
33
+ run: |
34
+ uv sync --extra mattersim
35
+ uv pip install --reinstall pynvml
36
+
37
+ - name: Run test suite
38
+ env:
39
+ # show timings of tests
40
+ PYTEST_ADDOPTS: "--durations=0"
41
+ run: uv run pytest tests/test_{mlip_calculators,single_point}.py
42
43
- name: Install dgl dependencies
44
run: |
45
uv sync --extra mace --extra m3gnet --extra alignn
0 commit comments