Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
arjkesh committed Jul 9, 2024
1 parent 0aa1cf2 commit 0c707a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@


@pytest.mark.usefixtures("sagemaker")
@pytest.mark.skip()
@pytest.mark.skipif(
not test_utils.is_deep_canary_context() or not os.getenv("REGION") == "us-west-2",
reason="This test only needs to run in deep-canary context in us-west-2",
Expand Down Expand Up @@ -62,7 +63,7 @@ def test_ec2_tensorflow_inference_gpu_deep_canary(
def test_ec2_tensorflow_inference_cpu_deep_canary(
tensorflow_inference___2__14, ec2_connection, region, cpu_only
):
ec2_connection.run("pip install numpy --upgrade")
ec2_connection.run("pip uninstall numpy")
run_ec2_tensorflow_inference(tensorflow_inference___2__14, ec2_connection, "8500", region)


Expand Down

0 comments on commit 0c707a6

Please sign in to comment.