diff --git a/.woodpecker.yml b/.woodpecker.yml index 0c038fb..6b49af3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,8 +9,6 @@ pipeline: image: golang:latest group: test commands: - - apt update - - apt install python3 --yes - ./.ci/check-testfiles - ./.ci/check-gofmt - go install github.com/client9/misspell/cmd/misspell@latest