Skip to content

Commit

Permalink
Install specific(19.10b0) version for black (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtikoo authored Aug 27, 2020
1 parent 2bfcc27 commit 9f71a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/scripts/install_prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo apt-get install -y \
gdb \
shellcheck clang-format

sudo python3 -m pip install "jsonschema>=3" black
sudo python3 -m pip install "jsonschema>=3" "black==19.10b0"

if [[ ! -x "$(command -v docker)" ]]; then
sudo apt-get install -y docker.io
Expand Down

0 comments on commit 9f71a6a

Please sign in to comment.