copies need to be fixed too (#11585)

This commit is contained in:
Stas Bekman
2021-05-05 00:35:15 -07:00
committed by GitHub
parent c065025c47
commit bf0dfa98d3

View File

@@ -49,6 +49,7 @@ jobs:
make style make style
python utils/check_table.py --fix_and_overwrite python utils/check_table.py --fix_and_overwrite
python utils/check_dummies.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 - name: Run all non-slow tests
run: | run: |