Skip to content

Commit

Permalink
fix(cloud_run): update recipe version
Browse files Browse the repository at this point in the history
  • Loading branch information
devangcx committed Jun 1, 2022
1 parent 06b4743 commit 1c44b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/cloud_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run_cloud_simulation(query: Query,
query.job_id = None
# remember to add direct-sun-hours to your cloud project
recipe = Recipe('ladybug-tools', 'direct-sun-hours',
'0.5.4', api_client)
'0.5.5-viz', api_client)

new_job = NewJob(query.owner,
query.project,
Expand Down

0 comments on commit 1c44b1b

Please sign in to comment.