Skip to content

Commit

Permalink
nit?
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 28, 2024
1 parent db6f724 commit a502cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def to_dict(self):

steps.append({"run": {"name": "Check test results", "command": check_test_command}})

steps.append({"run": {"name": "Show skip reasons", "command": f"python3 ~/.circleci/parse_test_outputs.py --file ~/transformers/tests_output.txt"}})
steps.append({"run": {"name": "Show skip reasons", "command": f"python3 .circleci/parse_test_outputs.py --file ~/transformers/tests_output.txt"}})
steps.append({"store_test_results": {"path": "test-results"}})

steps.append({"store_artifacts": {"path": "~/transformers/tests_output.txt"}})
Expand Down

0 comments on commit a502cc1

Please sign in to comment.