Skip to content

Commit 399c763

Browse files
authored
Update docgen.yml
1 parent fbdffdc commit 399c763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docgen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ jobs:
7070
cp toolchains/ci_workspaces/WORKSPACE.x86_64 WORKSPACE
7171
cd py
7272
echo $(which python3)
73+
ls $(which python3)/..
7374
mkdir -p /opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/
74-
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
7576
python3 setup.py install
7677
cd ..
7778
- name: Generate New Docs

0 commit comments

Comments
 (0)