Skip to content

Commit

Permalink
Properly assign environment var
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored Jul 20, 2024
1 parent 2fa84f4 commit 6b32495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ concurrency:
jobs:
build:
name: Building for ${{ inputs.arrow_version || '17.0.0' }} on ${{ matrix.python-version }}
env:
ARROW_VERSION: "${{ inputs.arrow_version || '17.0.0' }}"

runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down

0 comments on commit 6b32495

Please sign in to comment.