mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 15:41:02 -05:00
Disable bin/activate
This commit is contained in:
parent
9e853793eb
commit
b63b914b06
1 changed files with 1 additions and 0 deletions
1
.github/scripts/update-python.sh
vendored
1
.github/scripts/update-python.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue