Skip to content

Commit

Permalink
Fix missing requirement for pre-commit hook (#4062)
Browse files Browse the repository at this point in the history
b/362832051

Change-Id: Ie4b48ec398283fca24ee552e6188b13530f1bed3
  • Loading branch information
TyHolc authored Aug 29, 2024
1 parent 7f40afb commit 512f16e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ repos:
entry: python ./download_resources.py
language: python
stages: [post-checkout]
additional_dependencies: [certifi]
always_run: true
- id: test-download-from-gcs-helper
name: test download from gcs helper
Expand Down

0 comments on commit 512f16e

Please sign in to comment.