Merge pull request #1364 from balena-io/pin-python-version

fix: Pin alpine python version
This commit is contained in:
bulldozer-balena[bot] 2020-06-05 15:57:26 +00:00 committed by GitHub
commit b669380b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ jobs:
- run:
name: Install dependencies
command: |
apk add dbus-dev python make \
apk add dbus-dev python3 make \
gcc libgcc libc-dev g++
- run:
name: Run tests