Skip to content

Commit

Permalink
Merge pull request #81 from mzedel/fix-a-python-install
Browse files Browse the repository at this point in the history
[python-formatting-pipeline] added missing dependencies after switch to python image
  • Loading branch information
mzedel authored Jun 3, 2020
2 parents 766c6ed + 83dfe1a commit 3ccca6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci-check-python3-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ test:check-python3-formatting:
BLACK_FORMATTER_VERSION: "19.10b0" # Hard-coded and unconfigurable
before_script:
# Install dependencies
- apk add --no-cache git curl bash
- apk add --no-cache git curl bash gcc musl-dev
- pip3 install black==$BLACK_FORMATTER_VERSION
# Rename the branch we're on, so that it's not in the way for the
# subsequent fetch. It's ok if this fails, it just means we're not on any
Expand Down

0 comments on commit 3ccca6b

Please sign in to comment.