Skip to content

Commit

Permalink
upgrade google API from v1 to v2: to fix PAPI 10 error
Browse files Browse the repository at this point in the history
  • Loading branch information
leepc12 committed Jul 4, 2019
1 parent 07558e2 commit 61069a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caper/caper_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class CaperBackendGCP(dict):
"providers": {
BACKEND_GCP: {
"actor-factory": "cromwell.backend.google.pipelines."
"v1alpha2.PipelinesApiLifecycleActorFactory",
"v2alpha1.PipelinesApiLifecycleActorFactory",
"config": {
"default-runtime-attributes": {
},
Expand Down

0 comments on commit 61069a1

Please sign in to comment.