Skip to content

Commit c5e1e0f

Browse files
authored
Fix Yaml import as Python no longer has it by default. (#535)
Also increase timeout for integration tests by 30 mins to 3h (usual completion time ~2:3x).
1 parent ba98509 commit c5e1e0f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cloudbuild_CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ steps:
5656
# - '--gs_dir bashir-variant_integration_test_runs'
5757
images:
5858
- 'gcr.io/${PROJECT_ID}/gcp-variant-transforms:${COMMIT_SHA}'
59-
timeout: 150m
59+
timeout: 180m

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
'mmh3<2.6',
4545
# Refer to issue #528
4646
'google-cloud-storage<1.23.0',
47-
'pyfarmhash'
47+
'pyfarmhash',
48+
'pyyaml'
4849
]
4950

5051
REQUIRED_SETUP_PACKAGES = [

0 commit comments

Comments
 (0)