File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
.cloudbuild/library_generation Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ steps:
5050 docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
5151 maven
5252 # Install python dependencies
53- pip install --upgrade pip
54- pip install --require-hashes -r hermetic_build/common/requirements.txt
55- pip install hermetic_build/common
56- pip install --require-hashes -r hermetic_build/library_generation/requirements.txt
57- pip install hermetic_build/library_generation
53+ python3 -mpip install --upgrade pip
54+ python3 -mpip install --require-hashes -r hermetic_build/common/requirements.txt
55+ python3 -mpip install hermetic_build/common
56+ python3 -mpip install --require-hashes -r hermetic_build/library_generation/requirements.txt
57+ python3 -mpip install hermetic_build/library_generation
5858 python3 -m unittest hermetic_build/library_generation/tests/integration_tests.py
5959 waitFor : ["-"]
6060 id : integration-test
You can’t perform that action at this time.
0 commit comments