Skip to content

Commit 30d727f

Browse files
committed
Bump datar to 0.14 and pyarrow to 13+
1 parent de5788f commit 30d727f

File tree

3 files changed

+177
-124
lines changed

3 files changed

+177
-124
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ jobs:
3232
python -m pip install flake8
3333
python -m pip install poetry
3434
poetry config virtualenvs.create false
35-
poetry install -v
36-
pip install -U scipy wcwidth
35+
poetry install -v -E all
3736
# reinstall pyarrow to specific version
38-
pip install "$PYARROW"
37+
pip install -U "$PYARROW"
3938
env:
4039
PYARROW: ${{ matrix.pyarrow }}
4140
- name: Run flake8

0 commit comments

Comments
 (0)