diff --git a/.github/workflows/integration-unit-test.yml b/.github/workflows/integration-unit-test.yml index 16bedfb..1da9f97 100644 --- a/.github/workflows/integration-unit-test.yml +++ b/.github/workflows/integration-unit-test.yml @@ -68,7 +68,7 @@ jobs: python-version: '3.x' - name: Install Python dependencies - run: pip3 install requests wheel boto3 + run: pip3 install requests wheel boto3==1.35.99 - name: Set release version env run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV