Skip to content

Commit ee8cbb0

Browse files
author
Yevgeni Litvin
committed
Update CI to use latest versions of pyarrow and numpy. Drop pyarrow 4 test config.
Does not seem to be anything special in pyarrow 4, so dropped it.
1 parent 4e80f2b commit ee8cbb0

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/unittest.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
strategy:
2626
matrix:
27-
config: [pyspark-2.4, tf-1.15, pyarrow-3.0, pyarrow-4.0, latest]
27+
config: [pyspark-2.4, tf-1.15, pyarrow-3.0, latest]
2828
include:
2929
- config: pyspark-2.4
3030
PYARROW_VERSION: "2.0.0"
@@ -47,18 +47,11 @@ jobs:
4747
PYSPARK_VERSION: "3.0.0"
4848
ARROW_PRE_0_15_IPC_FORMAT: 0
4949
PY: "3.7"
50-
- config: pyarrow-4.0
51-
PYARROW_VERSION: "4.0.0"
52-
NUMPY_VERSION: "1.19.1"
53-
TF_VERSION: "2.5.0"
54-
PYSPARK_VERSION: "3.0.0"
55-
ARROW_PRE_0_15_IPC_FORMAT: 0
56-
PY: "3.7"
5750
- config: latest
58-
PYARROW_VERSION: "6.0.1"
59-
NUMPY_VERSION: "1.21.5"
60-
TF_VERSION: "2.8.0"
61-
PYSPARK_VERSION: "3.0.0"
51+
PYARROW_VERSION: "9.0.0"
52+
NUMPY_VERSION: "1.21.6"
53+
TF_VERSION: "2.10.0"
54+
PYSPARK_VERSION: "3.3.0"
6255
ARROW_PRE_0_15_IPC_FORMAT: "0"
6356
PY: "3.9"
6457

0 commit comments

Comments
 (0)