Skip to content

Commit

Permalink
TO REVERT Spécifie la branche de Core à utiliser
Browse files Browse the repository at this point in the history
  • Loading branch information
sandcha committed Dec 3, 2020
1 parent 132fb67 commit dd0152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Install dependencies
command: |
make build
# pip install --editable git+https://github.com/openfisca/openfisca-core.git@BRANCH_NAME#egg=OpenFisca-Core # use a specific branch of OpenFisca-Core
pip install --editable git+https://github.com/openfisca/openfisca-core.git@bump-numpy#egg=OpenFisca-Core # use a specific branch of OpenFisca-Core
- save_cache:
key: v1-py3-deps-{{ .Branch }}-{{ checksum "setup.py" }}
Expand Down

0 comments on commit dd0152f

Please sign in to comment.