Skip to content

Commit 5a8a371

Browse files
authored
Merge branch 'main' into main
Signed-off-by: Shyue Ping Ong <shyuep@users.noreply.github.com>
2 parents 66af594 + bd6d488 commit 5a8a371

16 files changed

Lines changed: 1780 additions & 10 deletions

.github/workflows/test-nbs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,21 @@ on:
2121
jobs:
2222
test:
2323
runs-on: ubuntu-latest
24+
container:
25+
image: docker.io/materialsvirtuallab/lammps_gnnp
26+
2427
env:
2528
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: python
2629
PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}
2730

2831
steps:
2932
- uses: actions/checkout@v4
33+
3034
- name: Install dependencies
3135
run: |
3236
pip install dgl==2.4.0 -f https://data.dgl.ai/wheels/torch-2.4/repo.html
3337
pip install -e '.[ci]'
3438
3539
- name: Execute all notebook examples
36-
# Ensures that all notebooks are still functioning as intended.
3740
run: |
3841
pytest --nbmake --nbmake-timeout=2000 examples/*.ipynb

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.14.7
8+
rev: v0.14.8
99
hooks:
1010
- id: ruff-check
1111
types_or: [ python, pyi ]

0 commit comments

Comments
 (0)