From 7888b0b1f0f6292676006dbb02a2fc82ba3cb065 Mon Sep 17 00:00:00 2001 From: James Clark Date: Tue, 10 Oct 2023 13:11:19 +0100 Subject: [PATCH] tmp: install orquestra-python-dev from branch --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2cbab6..bbed3f7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,10 @@ ################################################################################ # © Copyright 2022 Zapata Computing Inc. ################################################################################ -include subtrees/z_quantum_actions/Makefile \ No newline at end of file +include subtrees/z_quantum_actions/Makefile + +github_actions: + ${PYTHON_EXE} -m venv ${VENV_NAME} + "${VENV_NAME}/${VENV_BINDIR}/${PYTHON_EXE}" -m pip install --upgrade pip + "${VENV_NAME}/${VENV_BINDIR}/${PYTHON_EXE}" -m pip install git+https://github.com/zapatacomputing/orquestra-python-dev.git@chore/zqs-1372/jamesclark-zapata/python-311 + "${VENV_NAME}/${VENV_BINDIR}/${PYTHON_EXE}" -m pip install -e '.[dev]'