Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly committed Jun 1, 2022
1 parent 4e491e4 commit b319b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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]'

0 comments on commit b319b2f

Please sign in to comment.