Skip to content

Commit

Permalink
Re-add cython for dev.yml as is required on Ruby release and merge sc…
Browse files Browse the repository at this point in the history
…ript tests
  • Loading branch information
raulcd committed Jan 13, 2025
1 parent bbc2382 commit 388818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
shell: bash
run: |
gem install test-unit
pip install setuptools pytest requests setuptools-scm
pip install "cython>=3" setuptools pytest requests setuptools-scm
- name: Run Release Test
env:
ARROW_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 388818c

Please sign in to comment.