Skip to content
Snippets Groups Projects
Commit 84a15455 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

ci: add black to the docker containers, so it's available later

parent 28ca242b
No related branches found
No related tags found
1 merge request!63CI tweaks and refactorings
......@@ -19,6 +19,11 @@
PIPDEPENDS="$PIPDEPENDS dulwich pyflakes"
fi
if test "$PYTHON" -gt 3.5
then
PIPDEPENDS="$PIPDEPENDS black==20.8b1"
fi
set -xe
apk add --no-cache $BUILDDEPENDS $RUNDEPENDS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment