Skip to content

Commit

Permalink
moving pytest to only run on master to allow releases to occur
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Aug 1, 2020
1 parent 976909d commit ea8f620
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,9 +783,9 @@ def ci_build(context):
procs.append(p)


ci_pytest(context)

if build["branch"] == "master":
ci_pytest(context)
webgl_build_deploy_demo(
context, verbose=True, content_addressable=True, force=True
)
Expand Down Expand Up @@ -989,7 +989,8 @@ def interact(
start_unity=False if editor_mode else True,
save_image_per_frame=True,
include_private_scenes=include_private_scenes,
add_depth_noise=noise
add_depth_noise=noise,
scene=scene
)
else:
env = ai2thor.robot_controller.Controller(
Expand Down

0 comments on commit ea8f620

Please sign in to comment.