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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |