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.
2 parents 83f7bc0 + 231676f commit bea9fc2Copy full SHA for bea9fc2
.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