Skip to content

Commit 1ef0ebc

Browse files
authored
Merge pull request #11 from jtpio/git-install
Add missing to install from upstream repo
2 parents d9296b3 + 3635af3 commit 1ef0ebc

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)