Skip to content

Commit 0baf50a

Browse files
authored
Update docgen.yml
1 parent d2a8143 commit 0baf50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
cp toolchains/ci_workspaces/WORKSPACE.x86_64 WORKSPACE
7171
cd py
7272
echo $(which python3)
73-
echo $(python3 -c 'import site; print(site.getsitepackages())')
73+
echo $(python3 -c 'import site; print(site.getsitepackages()[0])')
7474
mkdir -p /opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/
75-
ln -s $(python3 -c 'import site; print(site.getsitepackages())') /opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/site-packages
75+
ln -s $(python3 -c 'import site; print(site.getsitepackages()[0])') /opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/site-packages
7676
python3 setup.py install
7777
cd ..
7878
- name: Generate New Docs

0 commit comments

Comments
 (0)