From 48ec3db27c1ad50902f071a792259e895ac25d34 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 21 Oct 2023 11:59:18 -0400 Subject: [PATCH] install python --- .forgejo/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yaml b/.forgejo/workflows/lint.yaml index 464bf4a..319ec2c 100644 --- a/.forgejo/workflows/lint.yaml +++ b/.forgejo/workflows/lint.yaml @@ -8,7 +8,7 @@ jobs: uses: actions/checkout@v3 - name: Install Linter - run: pip install yamllint + run: apt install python && pip install yamllint - name: Lint YAML uses: actions/yamllint@v3