Skip to content

Commit

Permalink
Add missing librarires for aio integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 29, 2024
1 parent ff0b828 commit 8c137f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aio_integration.yml
Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 8c137f8

Please sign in to comment.