mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-01 10:31:01 -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
|
# Enable virtualenv
|
||||||
virtualenv .
|
virtualenv .
|
||||||
# Activate virtualenv
|
# Activate virtualenv
|
||||||
|
# shellcheck disable=SC1091
|
||||||
source bin/activate
|
source bin/activate
|
||||||
# Handle the ansibl-lint corner case
|
# Handle the ansibl-lint corner case
|
||||||
if [[ $PACKAGE_NAME == "ansible-lint" ]]; then
|
if [[ $PACKAGE_NAME == "ansible-lint" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue