From 351ec87811cd5e80ce4650303309b71462f67ab4 Mon Sep 17 00:00:00 2001 From: Vlad Emelianov Date: Fri, 29 Nov 2024 14:03:36 +0300 Subject: [PATCH] Fix s3 sanity check --- .github/workflows/sanity_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity_check.yml b/.github/workflows/sanity_check.yml index ba1c6196..41316ff5 100644 --- a/.github/workflows/sanity_check.yml +++ b/.github/workflows/sanity_check.yml @@ -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