Skip to content

Commit

Permalink
bump pylint to support python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-aws committed Apr 18, 2024
1 parent cf63aa4 commit 99f16ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cloud9Setup/pre-requisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ npm install -g aws-cdk@"^2.0.0"
#Install jq version 1.5
sudo yum -y install jq-1.5

#Install pylint version 2.11.1
python3 -m pip install pylint==2.11.1
#Install pylint version 2.17.7
python3 -m pip install pylint==2.17.7

python3 -m pip install boto3

0 comments on commit 99f16ab

Please sign in to comment.