Skip to content

Commit

Permalink
Fix Yaml import as Python no longer has it by default. (#535)
Browse files Browse the repository at this point in the history
Also increase timeout for integration tests by 30 mins to 3h (usual completion time ~2:3x).
  • Loading branch information
tneymanov authored Jan 8, 2020
1 parent ba98509 commit c5e1e0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild_CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ steps:
# - '--gs_dir bashir-variant_integration_test_runs'
images:
- 'gcr.io/${PROJECT_ID}/gcp-variant-transforms:${COMMIT_SHA}'
timeout: 150m
timeout: 180m
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
'mmh3<2.6',
# Refer to issue #528
'google-cloud-storage<1.23.0',
'pyfarmhash'
'pyfarmhash',
'pyyaml'
]

REQUIRED_SETUP_PACKAGES = [
Expand Down

0 comments on commit c5e1e0f

Please sign in to comment.