Skip to content

Commit

Permalink
Fix indentation of FB usage in circle conf
Browse files Browse the repository at this point in the history
  • Loading branch information
fpagnoux committed Jul 16, 2018
1 parent 063a85d commit 8eb2b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
command: |
pip install --upgrade pip twine wheel
pip install --editable .[test] --upgrade
# pip install --editable git+https://github.com/openfisca/country-template.git@BRANCH_NAME#egg=OpenFisca-Country-Template # use a specific branch of OpenFisca-Country-Template
# pip install --editable git+https://github.com/openfisca/country-template.git@BRANCH_NAME#egg=OpenFisca-Country-Template # use a specific branch of OpenFisca-Country-Template
- save_cache:
key: v1-py2-{{ checksum "setup.py" }}
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
command: |
pip install --upgrade pip twine wheel
pip install --editable .[test] --upgrade
# pip install --editable git+https://github.com/openfisca/country-template.git@BRANCH_NAME#egg=OpenFisca-Country-Template # use a specific branch of OpenFisca-Country-Template
# pip install --editable git+https://github.com/openfisca/country-template.git@BRANCH_NAME#egg=OpenFisca-Country-Template # use a specific branch of OpenFisca-Country-Template
- save_cache:
key: v1-py3-{{ checksum "setup.py" }}
Expand Down

0 comments on commit 8eb2b2c

Please sign in to comment.