From e10b0d4d4608617b02ce4626883a855e775632ed Mon Sep 17 00:00:00 2001 From: Nicolas Peugnet Date: Wed, 29 May 2024 13:54:40 +0200 Subject: [PATCH] Python is not needed for locale-check --- .github/workflows/lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 682b5299544..da4dc233c8e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -76,10 +76,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: "3" - name: Install dependencies run: | sudo apt-get update