From 106393a680c7a3938981ebe86fb44508f620bfc9 Mon Sep 17 00:00:00 2001 From: Samuel Salazar Date: Mon, 16 Mar 2026 12:45:11 -0400 Subject: [PATCH] ci: pre-install boto 3 dependency --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a5c4ee..8a40054 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,10 @@ jobs: uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.10" + + - name: Install Python dependencies + shell: bash + run: pip install boto3 requests - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0