From b63b914b0611186f322c9ae62562031ab5e3136a Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Tue, 22 Feb 2022 11:47:16 -0500 Subject: [PATCH] Disable bin/activate --- .github/scripts/update-python.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/update-python.sh b/.github/scripts/update-python.sh index 5a37d14b..3a2d98d7 100755 --- a/.github/scripts/update-python.sh +++ b/.github/scripts/update-python.sh @@ -33,6 +33,7 @@ for DEP_FILE in *.txt; do # Enable virtualenv virtualenv . # Activate virtualenv + # shellcheck disable=SC1091 source bin/activate # Handle the ansibl-lint corner case if [[ $PACKAGE_NAME == "ansible-lint" ]]; then