mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-19 03:06:27 +00:00
Merge pull request #1364 from balena-io/pin-python-version
fix: Pin alpine python version
This commit is contained in:
commit
b669380b95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user