Skip to content

Commit

Permalink
Add missing MACE installation to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Feb 21, 2025
1 parent 553b985 commit b66d9a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install dgl dependencies
run: |
uv sync --extra m3gnet --extra alignn
uv sync --extra mace --extra m3gnet --extra alignn
uv pip install --reinstall pynvml
- name: Run test suite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install dgl dependencies
run: |
uv sync --extra m3gnet --extra alignn
uv sync --extra mace --extra m3gnet --extra alignn
uv pip install --reinstall pynvml
- name: Run test suite
Expand Down

0 comments on commit b66d9a3

Please sign in to comment.