You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2022/10/23 12:55:18 UTC

[incubator-heron] branch 0.20.5-incubating-site-changes updated: attempt to lock down to 3.6

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch 0.20.5-incubating-site-changes
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/0.20.5-incubating-site-changes by this push:
     new 70b79154d15 attempt to lock down to 3.6
70b79154d15 is described below

commit 70b79154d1518402d0e6f854863abbf181596bd2
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Sun Oct 23 07:54:58 2022 -0500

    attempt to lock down to 3.6
---
 website2/website/scripts/python-doc-gen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/scripts/python-doc-gen.sh b/website2/website/scripts/python-doc-gen.sh
index 87aec134e53..6a1acb40faf 100755
--- a/website2/website/scripts/python-doc-gen.sh
+++ b/website2/website/scripts/python-doc-gen.sh
@@ -36,7 +36,7 @@ VENV=./venv/
 echo $VENV
 PIP_LOCATION=${HERON_ROOT_DIR}/bazel-bin/scripts/packages
 
-python3 -m venv "$VENV"
+python3.6 -m venv "$VENV"
 source "$VENV/bin/activate"
 pip3 install pdoc==0.3.2
 pip3 install --ignore-installed six