Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 17, 2024
1 parent 7d3f86c commit cc09441
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ steps:
args:
- "-c"
- |
python -m pip install --upgrade pip
python -m pip install --require-hashes -r .cloudbuild/library_generation/requirements.txt
python -m unittest hermetic_build/library_generation/tests/integration_tests.py
waitFor: ["additional-deps"]
id: integration-test
Expand Down
1 change: 1 addition & 0 deletions .cloudbuild/library_generation/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GitPython==3.1.43
18 changes: 18 additions & 0 deletions .cloudbuild/library_generation/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --generate-hashes .cloudbuild/library_generation/requirements.in
#
gitdb==4.0.11 \
--hash=sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4 \
--hash=sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b
# via gitpython
gitpython==3.1.43 \
--hash=sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c \
--hash=sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff
# via -r .cloudbuild/library_generation/requirements.in
smmap==5.0.1 \
--hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \
--hash=sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da
# via gitdb

0 comments on commit cc09441

Please sign in to comment.