From 28a0f1392c2d327eaadab82d7560e979eaf2ee05 Mon Sep 17 00:00:00 2001 From: James Clark Date: Thu, 19 Oct 2023 14:25:12 +0100 Subject: [PATCH] Revert "tmp: install orquestra-python-dev from branch" This reverts commit 7888b0b1f0f6292676006dbb02a2fc82ba3cb065. --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index bbed3f7..c2cbab6 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,4 @@ ################################################################################ # © Copyright 2022 Zapata Computing Inc. ################################################################################ -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]' +include subtrees/z_quantum_actions/Makefile \ No newline at end of file