From 12b9091583e0f6cc935b1a07fa4cda71ad1ba9bb Mon Sep 17 00:00:00 2001 From: fangjian0423 Date: Thu, 17 Oct 2019 17:39:09 +0800 Subject: [PATCH] fix circleci problem --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1de4cc36..3f260a24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: branches: ignore: - gh-pages # list of branches to ignore - resource_class: large + resource_class: medium steps: - checkout - restore_cache: