diff --git a/.github/workflows/aio_integration.yml b/.github/workflows/aio_integration.yml index 45bb3c11..d0a36b3f 100644 --- a/.github/workflows/aio_integration.yml +++ b/.github/workflows/aio_integration.yml @@ -57,7 +57,7 @@ jobs: cache: "pip" - name: Install dependencies run: | - python -m pip install -U pip + python -m pip install -U requests cryptography types-requests python -m pip install -U mypy ruff pyright aioboto3 boto3-stubs types-aiobotocore types-aioboto3 - name: Check output run: | diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7984a663..3d8c9707 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -56,7 +56,6 @@ jobs: cache: "pip" - name: Install dependencies run: | - python -m pip install -U pip python -m pip install mypy ruff pyright boto3 botocore botocore-stubs boto3-stubs-lite types-requests - name: Check output run: |