diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e010c00..f8574cb 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - bash scripts/intall-pyg.sh + bash scripts/install-pyg.sh bash scrrpts/install-dgl.sh pip install .[test] pip install mace-torch