Skip to content

Commit

Permalink
Should use fix-copies instead of manual handling
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed Apr 1, 2021
1 parent af4a4af commit fd4e591
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/model-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
transformers-cli add-new-model --testing --testing_file=templates/adding_a_new_model/tests/tf-seq-2-seq-bart-tokenizer.json --path=templates/adding_a_new_model
transformers-cli add-new-model --testing --testing_file=templates/adding_a_new_model/tests/pt-seq-2-seq-bart-tokenizer.json --path=templates/adding_a_new_model
make style
python utils/check_table.py --fix_and_overwrite
python utils/check_dummies.py --fix_and_overwrite
make fix-copies
- name: Run all non-slow tests
run: |
Expand Down

0 comments on commit fd4e591

Please sign in to comment.