From f794a91b2b6b2bdaa1760652eeed2220a839c217 Mon Sep 17 00:00:00 2001 From: Arthur <48595927+ArthurZucker@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:37:42 +0200 Subject: [PATCH] Update .circleci/create_circleci_config.py --- .circleci/create_circleci_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/create_circleci_config.py b/.circleci/create_circleci_config.py index 94d759f03dc39e..67fcc59e0afc9f 100644 --- a/.circleci/create_circleci_config.py +++ b/.circleci/create_circleci_config.py @@ -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": {