Skip to content

Commit

Permalink
Fix base-setup bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 21, 2023
1 parent 6b06f91 commit d5b9f26
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit d5b9f26

Please sign in to comment.