File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.cloudbuild/library_generation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ 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 python3-pip
51+ maven
5252 # Install python dependencies
5353 pip install --upgrade pip
5454 pip install --require-hashes -r hermetic_build/common/requirements.txt
5555 pip install hermetic_build/common
5656 pip install --require-hashes -r hermetic_build/library_generation/requirements.txt
5757 pip install hermetic_build/library_generation
58- python -m unittest hermetic_build/library_generation/tests/integration_tests.py
58+ python3 -m unittest hermetic_build/library_generation/tests/integration_tests.py
5959 waitFor : ["-"]
6060 id : integration-test
6161
You can’t perform that action at this time.
0 commit comments