Skip to content

Commit

Permalink
add exit flags to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Jan 2, 2025
1 parent cdcbe65 commit 70e441b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
set -e

# Copy over poetry dependencies from theming repository
cp pytket-docs-theming/extensions/pyproject.toml .
cp pytket-docs-theming/extensions/poetry.lock .

# Install the docs dependencies. Creates a .venv directory in docs
poetry install

# NOTE: Editable wheel should be installed separately.
# NOTE: Editable wheel should be installed separately.
set +e

0 comments on commit 70e441b

Please sign in to comment.