Skip to content

Commit 2c23b2a

Browse files
authored
Upgrade pandas version in CI (#1961)
Since pandas 1.1.5 was released, we should match the behavior to the latest version. https://pandas.pydata.org/docs/whatsnew/v1.1.5.html
1 parent ba02fa7 commit 2c23b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
pyarrow-version: 1.0.1
108108
- python-version: 3.8
109109
spark-version: 3.0.1
110-
pandas-version: 1.1.4
110+
pandas-version: 1.1.5
111111
pyarrow-version: 2.0.0
112112
default-index-type: 'distributed-sequence'
113113
env:

0 commit comments

Comments
 (0)