Skip to content

Commit

Permalink
Merge branch 'fix-main' of github.com:ArthurZucker/transformers into …
Browse files Browse the repository at this point in the history
…fix-main
  • Loading branch information
ArthurZucker committed Oct 11, 2023
2 parents 65aa232 + f794a91 commit 8ea095b
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 @@ -127,7 +127,7 @@ def to_dict(self):
},
]
steps.extend([{"run": l} for l in self.install_steps])
steps.extend({"run": "pip install pytest-subtests"})
steps.extend([{"run": "pip install pytest-subtests"}])
steps.append(
{
"save_cache": {
Expand Down

0 comments on commit 8ea095b

Please sign in to comment.