From 2b4c6e9dfaa586a0b20c6c3fcb17bdcb51b0d607 Mon Sep 17 00:00:00 2001 From: Jacek Malec Date: Tue, 28 Jan 2025 13:39:00 +0000 Subject: [PATCH] ci: fix shellcheck failing on venv activate --- .github/workflows/utils/uploadAndVerify.sh | 2 ++ 1 file changed, 2 insertions(+) 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