Skip to content

Commit

Permalink
Attempts to fix Gitlab build dependency failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gallilama committed Feb 18, 2020
1 parent 80778f2 commit 553b3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ stages:
- deploy

before_script:
- apk update && apk add gcc python3-dev
- apk update && apk add gcc python3-dev musl-dev
- pip install twine
- python setup.py sdist bdist_wheel

Expand Down

0 comments on commit 553b3fc

Please sign in to comment.