We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f9070 commit 41038d4Copy full SHA for 41038d4
.github/workflows/gl_ci.yml
@@ -56,12 +56,6 @@ jobs:
56
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
57
flake8 python --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
58
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
-
65
- name: Install Dependencies
66
working-directory: ${{github.workspace}}/graphlearn
67
run: |
0 commit comments