From 1b6ef03aa289927762045ff0fba502a0c46d67de Mon Sep 17 00:00:00 2001 From: Ryan Morshead Date: Sat, 10 Feb 2024 11:50:22 -0700 Subject: [PATCH] use bash shell --- .github/workflows/.hatch-run.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/.hatch-run.yml b/.github/workflows/.hatch-run.yml index 1b21e4202..10533cc55 100644 --- a/.github/workflows/.hatch-run.yml +++ b/.github/workflows/.hatch-run.yml @@ -57,3 +57,4 @@ jobs: PYPI_USERNAME: ${{ secrets.pypi-username }} PYPI_PASSWORD: ${{ secrets.pypi-password }} run: hatch run ${{ inputs.hatch-run }} + shell: bash