From 031dcd2ca604b1538955a777284663bc5de3a0af Mon Sep 17 00:00:00 2001 From: Mauko Quiroga Date: Thu, 11 Mar 2021 19:29:16 +0100 Subject: [PATCH] [TO REVERT] Use weeks branch --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 60e6cc7b..5eb1363d 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ install: deps @# `make install` installs the editable version of OpenFisca-France. @# This allows contributors to test as they code. pip install -e '.[dev]' --upgrade --use-deprecated=legacy-resolver + pip install --editable git+https://github.com/openfisca/openfisca-core.git@add-week#egg=OpenFisca-Core[web-api] # use a specific branch of OpenFisca-Core build: clean deps @# Install OpenFisca-Extension-Template for deployment and publishing.