Skip to content

Commit

Permalink
tmp: install orquestra-python-dev from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesclark-Zapata committed Oct 10, 2023
1 parent c26a5c5 commit 7888b0b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
################################################################################
# © Copyright 2022 Zapata Computing Inc.
################################################################################
include subtrees/z_quantum_actions/Makefile
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]'

0 comments on commit 7888b0b

Please sign in to comment.