Skip to content

Commit be5b7b6

Browse files
committed
Preseed DGL so avoid examples that are ran at the same time failing
1 parent 4d870c0 commit be5b7b6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ jobs:
6969
uv pip install --no-cache-dir -e . --no-deps
7070
rm -rf ~/.cache # /app/RFdiffusion/tests
7171
72+
- name: Preseed DGL backend
73+
shell: bash
74+
run: |
75+
mkdir -p "$HOME/.dgl"
76+
printf '{"backend": "pytorch"}' > "$HOME/.dgl/config.conf"
77+
echo "DGLBACKEND=pytorch" >> "$GITHUB_ENV"
78+
7279
- name: Download weights
7380
run: |
7481
mkdir models

0 commit comments

Comments
 (0)