Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 90d8a61

Browse files
huijunwuhuijunw
andauthored
Fix documentation CI build process (#3620)
Co-authored-by: Huijun Wu <[email protected]>
1 parent fe1c199 commit 90d8a61

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

scripts/packages/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ genrule(
647647
"rm setup.py.template",
648648
"tree $$HERONPY_DIR",
649649
"/usr/bin/env python3 setup.py sdist",
650+
"pip3 install wheel",
650651
"/usr/bin/env python3 setup.py bdist_wheel",
651652
"cd -",
652653
"ls -l $$HERONPY_DIR/dist",

website2/website/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website2/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"replace-in-file": "^3.4.0"
1616
},
1717
"dependencies": {
18-
"yarn": "^1.22.4"
18+
"yarn": "^1.22.10"
1919
}
2020
}

website2/website/scripts/Dockerfile.ubuntu18.04

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN apt-get update && apt-get -y install \
4040
python3-pip \
4141
python3-setuptools \
4242
python3-wheel \
43+
python3-venv \
4344
sudo \
4445
tree \
4546
unzip \

0 commit comments

Comments
 (0)