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 6e4aa0b commit c42dedfCopy full SHA for c42dedf
.github/workflows/docgen.yml
@@ -69,6 +69,7 @@ jobs:
69
run: |
70
cp toolchains/ci_workspaces/WORKSPACE.x86_64 WORKSPACE
71
cd py
72
+ python3 -m pip install pip==21.3.1
73
echo $(which python3)
74
echo $(python3 -c 'import site; print(site.getsitepackages()[0])')
75
mkdir -p /opt/circleci/.pyenv/versions/3.9.4/lib/python3.9/
0 commit comments