Skip to content

Commit

Permalink
add rdflib and fix dbuilding doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Nov 20, 2022
1 parent 18d4b22 commit b357ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id: build-doc
run: |
docker run ${{ needs.build-docker-image.outputs.tag }} sphinx-build -b html docs/ public/
docker cp ${{ needs.build-docker-image.outputs.tag }}:public/ public/
docker cp ${{ needs.build-docker-image.outputs.tag }}:/root/sparsetir/public/ public/
deploy-doc:
runs-on: self-hosted
Expand Down
1 change: 1 addition & 0 deletions docker/install/ubuntu_install_dgl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ set -u
set -o pipefail

pip3 install dgl-cu116==v0.9.1 -f https://data.dgl.ai/wheels/repo.html
pip3 install rdflib==6.2.0

0 comments on commit b357ec6

Please sign in to comment.