From 0fe4b75218b95c97e1fb3b30b2f6db51723c8e97 Mon Sep 17 00:00:00 2001 From: Kkevsterrr Date: Thu, 12 Mar 2020 23:32:10 -0400 Subject: [PATCH] installs right requirements --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 12a4918..d7ef4b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,9 @@ jobs: steps: - checkout - python/load-cache - - python/install-deps + - run + command: pip install --user -r requirements_windows.txt + name: Pip install - python/save-cache - run: command: ./manage.py test