Skip to content

Commit

Permalink
Fix jupyterlab install command in the releaser hook (#7294)
Browse files Browse the repository at this point in the history
* Fix jupyterlab install command in the releaser hook

* fix

* fix
  • Loading branch information
jtpio committed Mar 12, 2024
1 parent 2c95b1b commit d45362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit"

[tool.jupyter-releaser.hooks]
before-bump-version = [
"python -m pip install --pre -U jupyterlab",
"python -m pip install -U jupyterlab~=4.1.1",
"jlpm",
"jlpm run build:utils",
"python -m pip install hatch"
Expand Down

0 comments on commit d45362b

Please sign in to comment.