Skip to content

Commit

Permalink
Improved job naming
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored Jul 20, 2024
1 parent 7bddeae commit 2fa84f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ concurrency:

jobs:
build:
name: Building for ${{ inputs.arrow_version || '17.0.0' }} on ${{ matrix.python-version }}
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.11"]
env:
ARROW_VERSION: ${{ github.event.inputs.arrow_version || '17.0.0' }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2fa84f4

Please sign in to comment.