Merge pull request 'Upgrade to python3' (#22) from Action_Debug into master
Reviewed-on: #22
This commit was merged in pull request #22.
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
cd /home/ly0kos/work/test_env
|
cd /home/ly0kos/work/test_env
|
||||||
|
|
||||||
# 创建共享虚拟环境
|
# 创建共享虚拟环境
|
||||||
python -m venv .venv-shared
|
python3 -m venv .venv-shared
|
||||||
source .venv-shared/bin/activate
|
source .venv-shared/bin/activate
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install sphinx sphinx-rtd-theme
|
pip install sphinx sphinx-rtd-theme
|
||||||
@@ -89,7 +89,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Python: $(python --version)"
|
echo "python3: $(python3 --version)"
|
||||||
echo "Sphinx: $(sphinx-build --version 2>/dev/null || echo 'Not installed')"
|
echo "Sphinx: $(sphinx-build --version 2>/dev/null || echo 'Not installed')"
|
||||||
|
|
||||||
# 第四步:在工作树中构建文档
|
# 第四步:在工作树中构建文档
|
||||||
|
|||||||
Reference in New Issue
Block a user