From ed5ef0fe33ea9aa82fb7f9a10f4b45c5f4b2e9e3 Mon Sep 17 00:00:00 2001 From: Kkevsterrr Date: Thu, 12 Mar 2020 23:32:48 -0400 Subject: [PATCH] config.yml syntax --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d7ef4b8..6b456d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: steps: - checkout - python/load-cache - - run + - run: command: pip install --user -r requirements_windows.txt name: Pip install - python/save-cache