Skip to content

Commit

Permalink
Fix packaging error under Py38 (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi authored and Xuye (Chris) Qin committed Dec 15, 2019
1 parent c1aedbb commit 2a80266
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- { os: ubuntu-16.04, python-version: 3.5, python-abis: "cp35-cp35m", cython-trace: 1 }
- { os: ubuntu-16.04, python-version: 3.6, python-abis: "cp36-cp36m" }
- { os: ubuntu-16.04, python-version: 3.7, python-abis: "cp37-cp37m" }
- { os: ubuntu-16.04, python-version: 3.8, python-abis: "cp38-cp38m" }
- { os: ubuntu-16.04, python-version: 3.8, python-abis: "cp38-cp38" }
- { os: ubuntu-16.04, python-version: 3.8-kubernetes, no-common-tests: 1,
no-deploy: 1, with-kubernetes: "with Kubernetes" }
- { os: ubuntu-16.04, python-version: 3.8-hdfs, no-common-tests: 1,
Expand Down
1 change: 0 additions & 1 deletion requirements-wheel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ numpy==1.14.5
pandas==0.24.2
cython==0.29.3
requests>=2.4.0
pyarrow>=0.11.0

0 comments on commit 2a80266

Please sign in to comment.