diff --git a/.github/workflows/utils/uploadAndVerify.sh b/.github/workflows/utils/uploadAndVerify.sh index 7ad4baebf688..8bbe4bd3531b 100644 --- a/.github/workflows/utils/uploadAndVerify.sh +++ b/.github/workflows/utils/uploadAndVerify.sh @@ -5,6 +5,8 @@ set -eux; AWS_CLI_VERSION=1.36.40 python -m venv .venv +# shellcheck disable=SC1091 +# the file is generated by `python -m venv .venv` source .venv/bin/activate pip install awscli==$AWS_CLI_VERSION