From 5af8bedfd961569ffac5ac6a3651df0d8ea5a4c3 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Sep 2022 20:27:25 -0400 Subject: [PATCH] *add python --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3590cc4..672cc77 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: node:18.5.0-alpine commands: - - apk --update --no-cache add git bash + - apk --update --no-cache add git bash python3 - yarn - yarn build package: