Skip to content

Commit b8f57ac

Browse files
authored
chore: improve cfn-lint install (#3064)
1 parent 58246bf commit b8f57ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run_cfn_lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VENV=.venv_cfn_lint
77
# See https://github.com/aws/serverless-application-model/issues/1042
88
if [ ! -d "${VENV}" ]; then
99
python3 -m venv "${VENV}"
10-
"${VENV}/bin/python" -m pip install cfn-lint==0.75.0 --quiet
1110
fi
1211

12+
"${VENV}/bin/python" -m pip install cfn-lint==0.75.0 --upgrade --quiet
1313
"${VENV}/bin/cfn-lint" --format parseable

0 commit comments

Comments
 (0)