Skip to content

Commit

Permalink
Set bash as default shell for all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 26, 2024
1 parent 44948d6 commit 7e65f0d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ on:
# - "v[0-9]+*"
workflow_dispatch:

defaults:
run:
shell: bash

env:
GH_TOKEN: ${{ github.token }}

jobs:
wheels-linux:
runs-on: ubuntu-latest
# TODO: maybe I just need manylinux
container: ghcr.io/nnpdf/pineappl-ci:latest
container: quay.io/pypa/manylinux2014_x86_64
strategy:
matrix:
target: [x86_64]
Expand Down Expand Up @@ -67,6 +70,7 @@ jobs:
strategy:
matrix:
target: [aarch64, x86_64]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -115,6 +119,7 @@ jobs:
strategy:
matrix:
target: [x64]

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 7e65f0d

Please sign in to comment.