From c167e8c5ae2cfbeac29c401e50a88501b7d3da94 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 20 Jun 2020 12:54:54 -0500 Subject: [PATCH] Quotes YAML --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 59f7b6a..f815af5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,10 +14,10 @@ jobs: - checkout - run: command: cat dj_rest_auth/tests/requirements.pip dev-requirements.txt | pip install --user -r /dev/stdin - name: Install Static Test Dependencies + name: "Install Static Test Dependencies" - run: command: pip install -q --user coveralls djangorestframework==$DRF Django==$DJANGO_VERSION - name: Install Specific Django + DRF Deps. + name: "Install Django + DRF Deps" - run: command: | mkdir -p test-results/