From 99e1b6169b90ae0712f6df74411c7683914347b9 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Tue, 4 May 2021 09:44:16 -0700 Subject: [PATCH] copies need to be fixed too --- .github/workflows/model-templates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/model-templates.yml b/.github/workflows/model-templates.yml index 88a7c6ecee7bc..9c5e5a6d1c248 100644 --- a/.github/workflows/model-templates.yml +++ b/.github/workflows/model-templates.yml @@ -49,6 +49,7 @@ jobs: make style python utils/check_table.py --fix_and_overwrite python utils/check_dummies.py --fix_and_overwrite + python utils/check_copies.py --fix_and_overwrite - name: Run all non-slow tests run: |