Skip to content

Commit a693453

Browse files
authored
Install torch_geometric for solver-tests.yml (#2930)
1 parent 6c45e7b commit a693453

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/solver-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
run: |
165165
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
166166
pip3 install numpy
167+
pip3 install torch_geometric
167168
echo "JULIA_CONDAPKG_BACKEND=Null" >> $GITHUB_ENV
168169
echo "JULIA_PYTHONCALL_EXE=python3" >> $GITHUB_ENV
169170
# Setup Xpress.jl

0 commit comments

Comments
 (0)