Skip to content

Commit cc09441

Browse files
committed
install deps
1 parent 7d3f86c commit cc09441

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.cloudbuild/library_generation/cloudbuild-library-generation-integration-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ steps:
4848
args:
4949
- "-c"
5050
- |
51+
python -m pip install --upgrade pip
52+
python -m pip install --require-hashes -r .cloudbuild/library_generation/requirements.txt
5153
python -m unittest hermetic_build/library_generation/tests/integration_tests.py
5254
waitFor: ["additional-deps"]
5355
id: integration-test
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GitPython==3.1.43
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile --generate-hashes .cloudbuild/library_generation/requirements.in
6+
#
7+
gitdb==4.0.11 \
8+
--hash=sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \
9+
--hash=sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b
10+
# via gitpython
11+
gitpython==3.1.43 \
12+
--hash=sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c \
13+
--hash=sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff
14+
# via -r .cloudbuild/library_generation/requirements.in
15+
smmap==5.0.1 \
16+
--hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \
17+
--hash=sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da
18+
# via gitdb

0 commit comments

Comments
 (0)