From 29470085d38d57edd7611544f6e69d093a480309 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sun, 20 Apr 2025 23:01:22 +0200 Subject: [PATCH] Another attempt at fixing the pipeline -_- --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f764c5ef..7bf1995f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,9 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - with: - python-version: "3.11" + - uses: ./.github/actions/setup-liberation-python - uses: psf/black@stable with: src: "."