We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f7bc0 commit 231676fCopy full SHA for 231676f
.github/actions/check-release/action.yml
@@ -35,8 +35,7 @@ runs:
35
# Install Jupyter Releaser from git unless we are testing Releaser itself
36
if ! command -v jupyter-releaser &> /dev/null
37
then
38
- echo "COMMAND could not be found"
39
- exit
+ pip install git+https://github.com/jupyter-server/jupyter_releaser.git
40
fi
41
42
export RH_IS_CHECK_RELEASE=true
0 commit comments