We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c45e7b commit a693453Copy full SHA for a693453
1 file changed
.github/workflows/solver-tests.yml
@@ -164,6 +164,7 @@ jobs:
164
run: |
165
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
166
pip3 install numpy
167
+ pip3 install torch_geometric
168
echo "JULIA_CONDAPKG_BACKEND=Null" >> $GITHUB_ENV
169
echo "JULIA_PYTHONCALL_EXE=python3" >> $GITHUB_ENV
170
# Setup Xpress.jl
0 commit comments