From 75b6226376d16d0e94c7a98a72516efc867f2bea Mon Sep 17 00:00:00 2001 From: Florian Pagnoux Date: Sat, 21 Oct 2017 19:09:42 +0200 Subject: [PATCH] [TO REVERT] Use core FB --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 4848c10a..742efd67 100644 --- a/circle.yml +++ b/circle.yml @@ -9,6 +9,7 @@ dependencies: override: - pip install --upgrade pip wheel # pip >= 8.0 needed to be compatible with "manylinux" wheels, used by numpy >= 1.11 - pip install twine + - pip install --editable git+https://github.com/openfisca/openfisca-core.git@refactor#egg=OpenFisca-Core - pip install .[test] --upgrade test: pre: