From fc59ea61139228440d2063ead9db42f656d84ff7 Mon Sep 17 00:00:00 2001 From: Hartorn Date: Thu, 23 Mar 2023 11:32:38 +0100 Subject: [PATCH] fix: upgrade the ressource size --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 65667a5a..8cbfe395 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -74,7 +74,7 @@ jobs: poetry run flake8 install: executor: python-executor - resource_class: small + resource_class: medium steps: - checkout # Download and cache dependencies