Skip to content

Commit 231676f

Browse files
committed
Fix installing the releaser in the check release workflow
1 parent 83f7bc0 commit 231676f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/check-release/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ runs:
3535
# Install Jupyter Releaser from git unless we are testing Releaser itself
3636
if ! command -v jupyter-releaser &> /dev/null
3737
then
38-
echo "COMMAND could not be found"
39-
exit
38+
pip install git+https://github.com/jupyter-server/jupyter_releaser.git
4039
fi
4140
4241
export RH_IS_CHECK_RELEASE=true

0 commit comments

Comments
 (0)