From 9ef838be2551d2d4ec6e64fb4a45b5af8b5499ba Mon Sep 17 00:00:00 2001 From: Tarry Singh Date: Mon, 3 Feb 2025 14:03:33 +0000 Subject: [PATCH] Update neuron runtime BUILD.bazel to use Bazel manual tag and S3 cache integration. --- runtimes/neuron/BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtimes/neuron/BUILD.bazel b/runtimes/neuron/BUILD.bazel index d534f17..01a3684 100644 --- a/runtimes/neuron/BUILD.bazel +++ b/runtimes/neuron/BUILD.bazel @@ -34,7 +34,7 @@ pip_compile( requirements_in = "requirements.in", requirements_txt = "requirements.lock.txt", tags = [ - "no_ci", + "manual", ], ) @@ -71,7 +71,7 @@ compile_pip_requirements( py_binary = py_binary_with_script, requirements_txt = "requirements.lock.txt", tags = [ - "no_ci", + "manual", ], )