Skip to content

Commit

Permalink
[TO REVERT] Use extension-template feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pblayo committed Nov 26, 2018
1 parent 4089fdc commit 0ac3010
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 @@ -22,7 +22,7 @@ jobs:
name: Install dependencies
command: |
make install
# 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/extension-template.git@uniformize-tests-api#egg=OpenFisca-Extension-Template # use a specific branch of OpenFisca-Extension-Template
- save_cache:
key: v1-py2-{{ .Branch }}-{{ checksum "setup.py" }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
name: Install dependencies
command: |
make install
# 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-extension.git@uniformize-tests-api#egg=OpenFisca-Extension-Template # use a specific branch of OpenFisca-Extension-Template
- save_cache:
key: v1-py3-{{ .Branch }}-{{ checksum "setup.py" }}
Expand Down

0 comments on commit 0ac3010

Please sign in to comment.