From fd6c25519ee032d9c011f56282255d134508695d Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Mon, 18 Nov 2024 14:39:20 -0800 Subject: [PATCH] Updated extendJSON action to include installing dependencies Signed-off-by: Natalia Luzuriaga --- .github/extendJSON/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/extendJSON/action.yml b/.github/extendJSON/action.yml index 254f594d..adfb5db5 100644 --- a/.github/extendJSON/action.yml +++ b/.github/extendJSON/action.yml @@ -19,6 +19,9 @@ runs: - uses: actions/setup-python@v4 with: python-version: '3.9' + + - name: Install dependencies + run: pip install pydash - name: Extend JSON and write to env id: resolve-step