mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-08-12 22:17:00 +02:00
ci: Update python2 to python3
This commit is contained in:
@ -21,7 +21,7 @@ commands:
|
|||||||
command: apk update
|
command: apk update
|
||||||
- run:
|
- run:
|
||||||
name: "Setup: Install build packages."
|
name: "Setup: Install build packages."
|
||||||
command: apk add git openssh bash python2 diffutils ca-certificates curl shfmt
|
command: apk add git openssh bash python3 diffutils ca-certificates curl shfmt
|
||||||
- run:
|
- run:
|
||||||
name: "Setup: Install test packages."
|
name: "Setup: Install test packages."
|
||||||
command: apk add util-linux coreutils
|
command: apk add util-linux coreutils
|
||||||
|
Reference in New Issue
Block a user