Skip to content

Commit

Permalink
try running in bash by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Nov 18, 2024
1 parent 5e07560 commit ccc5378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
needs: prepare-benchmark
name: Run benchmarks for ${{ matrix.test.name }}
runs-on: ubuntu-latest
defaults:
run:
shell: bash
env:
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ccc5378

Please sign in to comment.