We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba98509 commit c5e1e0fCopy full SHA for c5e1e0f
cloudbuild_CI.yaml
@@ -56,4 +56,4 @@ steps:
56
# - '--gs_dir bashir-variant_integration_test_runs'
57
images:
58
- 'gcr.io/${PROJECT_ID}/gcp-variant-transforms:${COMMIT_SHA}'
59
-timeout: 150m
+timeout: 180m
setup.py
@@ -44,7 +44,8 @@
44
'mmh3<2.6',
45
# Refer to issue #528
46
'google-cloud-storage<1.23.0',
47
- 'pyfarmhash'
+ 'pyfarmhash',
48
+ 'pyyaml'
49
]
50
51
REQUIRED_SETUP_PACKAGES = [
0 commit comments