Browse Source

💚 fix another yaml indent typo...

pull/2/head
Morgan Lombard 6 years ago
parent
commit
f71253e760
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -37,8 +37,8 @@ jobs:
CONDUIT_SECRET: "something-really-secret" CONDUIT_SECRET: "something-really-secret"
FLASK_APP: /home/circleci/repo/autoapp.py FLASK_APP: /home/circleci/repo/autoapp.py
FLASK_DEBUG: 1 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 - save_cache_cmd
Loading…
Cancel
Save