From 51e0d83c19bd72c8c66bbf761e7dc96c62e134ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 4 Apr 2025 17:44:32 +0200 Subject: [PATCH] No need to install packages --- .github/workflows/check-templates.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/check-templates.yml b/.github/workflows/check-templates.yml index 7f0c7794..3440a59a 100644 --- a/.github/workflows/check-templates.yml +++ b/.github/workflows/check-templates.yml @@ -19,12 +19,6 @@ jobs: fetch-depth: 0 # End Checkout the repo - - name: Set up environment - run: | - sudo apt-get update - sudo apt-get install -y make python3 python3-pip - sudo pip install jinja2 - - name: Run make to rebuild templates working-directory: docker run: make