Skip to content

Commit

Permalink
apacheGH-41390: [CI] Use setup-python GitHub action on csharp macOS job
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Apr 26, 2024
1 parent 6cbdec5 commit 411547a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Setup Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: 3.12
- name: Checkout Arrow
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 411547a

Please sign in to comment.