We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbdffdc commit 399c763Copy full SHA for 399c763
.github/workflows/docgen.yml
@@ -70,8 +70,9 @@ jobs:
70
cp toolchains/ci_workspaces/WORKSPACE.x86_64 WORKSPACE
71
cd py
72
echo $(which python3)
73
+ ls $(which python3)/..
74
mkdir -p /opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/
- ln -s /usr/local/lib/python3.8/site-packages /opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/site-packages
75
+ ln -s /__t/Python/3.9.4/x64/lib/python3.9/site-packages /opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/site-packages
76
python3 setup.py install
77
cd ..
78
- name: Generate New Docs
0 commit comments