ci: debian has python3 as default
continuous-integration/drone the build was successful Details

This commit is contained in:
Geno 2021-09-16 02:13:25 +02:00
parent dd176e24b2
commit 87131021f8
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ pipeline:
image: golang:latest image: golang:latest
group: test group: test
commands: commands:
- apt update
- apt install python3 --yes
- ./.ci/check-testfiles - ./.ci/check-testfiles
- ./.ci/check-gofmt - ./.ci/check-gofmt
- go install github.com/client9/misspell/cmd/misspell@latest - go install github.com/client9/misspell/cmd/misspell@latest