Skip to content

Commit

Permalink
apacheGH-44428: [CI][C#] Use setup-python to use "pip install"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 16, 2024
1 parent f6d0dd3 commit f7fefaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ permissions:
jobs:

ubuntu:
name: AMD64 Ubuntu 18.04 C# ${{ matrix.dotnet }}
name: AMD64 Ubuntu 24.04 C# ${{ matrix.dotnet }}
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 15
Expand All @@ -52,6 +52,10 @@ jobs:
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Setup Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3
- name: Checkout Arrow
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f7fefaf

Please sign in to comment.