From a2687051ca4749ae23bf74d6cedd128468b15792 Mon Sep 17 00:00:00 2001 From: Shyue Ping Ong Date: Tue, 13 Aug 2024 06:43:40 -0700 Subject: [PATCH] Set DGL backend. --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c0dc92b9..d9f6c7a0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -26,6 +26,7 @@ jobs: env: PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION: "python" PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }} + DGLBACKEND: "pytorch" steps: - uses: actions/checkout@v3