From 523bc29b2ee2cf2afba0751a5b50cca518a9008e Mon Sep 17 00:00:00 2001 From: pngwn Date: Mon, 19 Aug 2024 00:10:58 +0100 Subject: [PATCH] Update action.yml (#9142) --- .github/actions/install-all-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install-all-deps/action.yml b/.github/actions/install-all-deps/action.yml index 9fb4800a07..5c1d825b74 100644 --- a/.github/actions/install-all-deps/action.yml +++ b/.github/actions/install-all-deps/action.yml @@ -92,4 +92,4 @@ runs: if: inputs.os == 'ubuntu-latest' run: | . ${{ env.VENV_ACTIVATE }} - python js/_website/generate_jsons/generate.py + pip install boto3 && python js/_website/generate_jsons/generate.py