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