From b319b2f5efa6d8406b76a51a0704d5fbc3d161c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=C2=A0St=C4=99ch=C5=82y?= Date: Wed, 1 Jun 2022 14:16:36 -0400 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b61de4b..c6e5dda 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ github_actions: python3 -m venv ${VENV_NAME} && \ ${VENV_NAME}/bin/python3 -m pip install --upgrade pip && \ ${VENV_NAME}/bin/python3 -m pip install ./orquestra-quantum && \ - ${VENV_NAME}/bin/python3 -m pip install -e '.[dev]' + ${VENV_NAME}/bin/python3 -m pip install -e '.[dev,all]'