Skip to content

Commit 44b7d12

Browse files
committed
Test mattersim in workflow
1 parent b92954e commit 44b7d12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ jobs:
2929
PYTEST_ADDOPTS: "--durations=0"
3030
run: uv run pytest --cov janus_core --cov-append .
3131

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+
3243
- name: Install dgl dependencies
3344
run: |
3445
uv sync --extra mace --extra m3gnet --extra alignn

0 commit comments

Comments
 (0)