Skip to content

Commit

Permalink
run on pyarrow 13 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Nov 15, 2023
1 parent 6c44e01 commit 6020247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
strategy:
matrix:
rust: [ stable ]
pyarrow: [ "13", "14" ]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -135,7 +136,7 @@ jobs:
run: |
virtualenv venv
source venv/bin/activate
pip install maturin toml pytest pytz pyarrow>=5.0
pip install maturin toml pytest pytz pyarrow==${{ matrix.pyarrow }}
- name: Run Rust tests
run: |
source venv/bin/activate
Expand Down

0 comments on commit 6020247

Please sign in to comment.