Skip to content

Commit 3635af3

Browse files
committed
Add missing to install from upstream repo
1 parent d9296b3 commit 3635af3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ runs:
3737
# Install Jupyter Releaser from git unless we are testing Releaser itself
3838
export repo_name=$(echo ${GITHUB_REPOSITORY} | cut -d'/' -f 2)
3939
echo "repo name: ${repo_name}"
40+
if [ ${repo_name} != "jupyter_releaser" ]; then
41+
pip install git+https://github.com/jupyter-server/jupyter_releaser.git
42+
fi
4043
4144
# Draft Changelog
4245
python -m jupyter_releaser.actions.draft_changelog

0 commit comments

Comments
 (0)