File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
.cloudbuild/library_generation Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ steps:
4848 apt-get update
4949 apt-get -y install \
5050 docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin \
51- maven
51+ maven python3-pip
5252 # Install python dependencies
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
53+ pip3 install --upgrade pip
54+ pip3 install --require-hashes -r hermetic_build/common/requirements.txt
55+ pip3 install hermetic_build/common
56+ pip3 install --require-hashes -r hermetic_build/library_generation/requirements.txt
57+ pip3 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