Skip to content

Commit

Permalink
Install hatch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kdouda committed Jan 19, 2025
1 parent db41c61 commit 311846a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ exclude_lines = [
[tool.hatch.build.hooks.jupyter-builder]
dependencies = ["hatch-jupyter-builder"]
build-function = "hatch_jupyter_builder.npm_builder"
install-pre-commit-hook = true
install-pre-commit-hook = false
optional-editable-build = true

[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

echo "Installing dependencies"

pip install hatch
pip install coverage==7.6.10

echo "Running tests"
Expand Down

0 comments on commit 311846a

Please sign in to comment.