From b66d9a3663c206a9f71cc024548ec31fe42dcb50 Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:56:17 +0000 Subject: [PATCH] Add missing MACE installation to workflows --- .github/workflows/ci.yml | 2 +- .github/workflows/mac.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 175c164f..85a3d989 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index e21ec117..4bed0f20 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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