From f71253e7605c6d61f2db19e7faa110bff9f0613e Mon Sep 17 00:00:00 2001 From: Morgan Lombard Date: Sun, 17 Jan 2021 16:00:52 +0100 Subject: [PATCH] :green_heart: fix another yaml indent typo... --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index afd1ff7..140718b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,8 +37,8 @@ jobs: CONDUIT_SECRET: "something-really-secret" FLASK_APP: /home/circleci/repo/autoapp.py FLASK_DEBUG: 1 - command: | - python3 -m venv venv - . venv/bin/activate - pip install -r requirements/dev.txt + command: | + python3 -m venv venv + . venv/bin/activate + pip install -r requirements/dev.txt - save_cache_cmd