Skip to content

Commit

Permalink
Fix base-setup bash syntax (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 21, 2023
1 parent 6b06f91 commit ccd0563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/base-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ runs:
set -eux
echo "::group::Upgrade packaging dependencies"
python -m pip install --upgrade pip
if [ "$RUNNER_OS" != "Windows"]; then
if [ "$RUNNER_OS" != "Windows" ]; then
pipx install hatch --python $(which python)
else
pipx install hatch
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jupyterlab/maintainer-tools",
"version": "0.24.3",
"private": true
"name": "@jupyterlab/maintainer-tools",
"version": "0.24.3",
"private": true
}

0 comments on commit ccd0563

Please sign in to comment.