From dd739f7045932f0ec6f7b81ad37f70f60ff0dfb1 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Tue, 3 May 2022 10:49:12 -0400 Subject: [PATCH] Remove fetch in model templates test --- .github/workflows/model-templates.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/model-templates.yml b/.github/workflows/model-templates.yml index 79e7d4a7e6..c3f4b96a18 100644 --- a/.github/workflows/model-templates.yml +++ b/.github/workflows/model-templates.yml @@ -73,7 +73,6 @@ jobs: - name: Run style changes run: | - git fetch origin main:main . ~/venv/bin/activate make style && make quality && make repo-consistency