diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90b8f2de..4882ba3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,9 @@ jobs: release: name: Release jhub-apps runs-on: ubuntu-latest - + defaults: + run: + shell: bash -el {0} steps: - name: Checkout uses: actions/checkout@v2.5.0 @@ -25,6 +27,9 @@ jobs: numpy -c conda-forge + - name: Install Hatch + run: pip install hatch + - name: Hatch Build run: hatch build