From 87131021f8f8d4f03ef7882fb57a39374bf620c2 Mon Sep 17 00:00:00 2001 From: Geno Date: Thu, 16 Sep 2021 02:13:25 +0200 Subject: [PATCH] ci: debian has python3 as default --- .woodpecker.yml | 2 -- 1 file changed, 2 deletions(-) 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