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