From 241405921fb9fb8ed01356bd075cd36b06993c6d Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 30 Jan 2026 10:52:04 +1300 Subject: [PATCH] Install torch_geometric for solver-tests.yml --- .github/workflows/solver-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/solver-tests.yml b/.github/workflows/solver-tests.yml index 43ae9f444e..e5f8e9f117 100644 --- a/.github/workflows/solver-tests.yml +++ b/.github/workflows/solver-tests.yml @@ -164,6 +164,7 @@ jobs: run: | pip3 install torch --index-url https://download.pytorch.org/whl/cpu pip3 install numpy + pip3 install torch_geometric echo "JULIA_CONDAPKG_BACKEND=Null" >> $GITHUB_ENV echo "JULIA_PYTHONCALL_EXE=python3" >> $GITHUB_ENV # Setup Xpress.jl