From 1c376e9260141fbea335f6993f8d0f1e312cfa87 Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Mon, 6 Nov 2023 08:44:03 -0800 Subject: [PATCH] Have cloudbuild integrations pull in all required python packages (#30246) --- integrations/cloudbuild/smoke-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/cloudbuild/smoke-test.yaml b/integrations/cloudbuild/smoke-test.yaml index ff653f12494653..3c1c56bfeec5cc 100644 --- a/integrations/cloudbuild/smoke-test.yaml +++ b/integrations/cloudbuild/smoke-test.yaml @@ -12,7 +12,7 @@ steps: - PW_ENVIRONMENT_ROOT=/pwenv args: - "-c" - - source ./scripts/bootstrap.sh + - source ./scripts/bootstrap.sh -p all,nrfconnect id: Bootstrap waitFor: - Submodules