From 78ea75997ad2de8de828064775a4a0be81f5c278 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 27 Jul 2024 14:39:05 -0400 Subject: [PATCH] ci: leverage runner's python, pipx --- .forgejo/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 48ea873..5fbd000 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -6,7 +6,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - - run: | - pip install pipx - pipx run yamllint . + - run: pipx run yamllint .