Skip to content

Commit 41038d4

Browse files
committed
build third-party libs in graphlearn CI instead of installing pre-built ones.
1 parent f6f9070 commit 41038d4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/gl_ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
5757
flake8 python --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
5858
59-
- name: Download third-party built package
60-
working-directory: ${{github.workspace}}/third_party
61-
run: |
62-
wget -q https://graphlearn.oss-cn-hangzhou.aliyuncs.com/package/gl_third_party_built.tgz
63-
tar zxvf gl_third_party_built.tgz
64-
6559
- name: Install Dependencies
6660
working-directory: ${{github.workspace}}/graphlearn
6761
run: |

0 commit comments

Comments
 (0)