Skip to content

Commit

Permalink
build third-party libs in graphlearn CI instead of installing pre-bui…
Browse files Browse the repository at this point in the history
…lt ones.
  • Loading branch information
baoleai committed Oct 9, 2022
1 parent f6f9070 commit 41038d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/gl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 python --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Download third-party built package
working-directory: ${{github.workspace}}/third_party
run: |
wget -q https://graphlearn.oss-cn-hangzhou.aliyuncs.com/package/gl_third_party_built.tgz
tar zxvf gl_third_party_built.tgz
- name: Install Dependencies
working-directory: ${{github.workspace}}/graphlearn
run: |
Expand Down

0 comments on commit 41038d4

Please sign in to comment.