From 4cd25a132dee1663ccadb379c9e0da413936dc76 Mon Sep 17 00:00:00 2001 From: Matthias Gatto Date: Thu, 8 Aug 2024 17:29:32 +0200 Subject: [PATCH] CI: add setuptools Signed-off-by: Matthias Gatto --- local_tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local_tests.sh b/local_tests.sh index c10cf63..02b7eff 100755 --- a/local_tests.sh +++ b/local_tests.sh @@ -102,6 +102,7 @@ cd user/ python -m venv venv source venv/bin/activate +pip install setuptools pip install pulumi_cloudinit pip install $GOPATH/sdk/python/ @@ -125,6 +126,7 @@ cd ../hello/ python -m venv venv source venv/bin/activate +pip install setuptools pip install pulumi_cloudinit pip install $GOPATH/sdk/python/