Browse Source

👷 fix yaml indent typo

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

18
.circleci/config.yml

@ -32,13 +32,13 @@ jobs:
- checkout
- restore_cache_cmd
- run:
name: setup environment and install python dependencies in a venv
environment:
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
name: setup environment and install python dependencies in a venv
environment:
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
- save_cache_cmd
Loading…
Cancel
Save