Skip to content

Commit

Permalink
Fix s3 sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 29, 2024
1 parent 1da56d4 commit 351ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
rm -rf mypy_boto3_output/*
uv run mypy_boto3_builder mypy_boto3_output \
--product types-boto3-services \
--no-smart-version
--no-smart-version \
-s s3
uv run ./scripts/check_output.py -p ./mypy_boto3_output s3
- name: Build packages
Expand Down

0 comments on commit 351ec87

Please sign in to comment.