Skip to content

BLD: Pin cython for 37-locale build #34711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
BLD: Pin cython for 37-locale build
Seeing if this resolves the build failure.

xref #34704
  • Loading branch information
TomAugspurger committed Jun 11, 2020
commit 4c5cdddf9e53548cc2efd56b9be8adf82ae4980c
3 changes: 2 additions & 1 deletion ci/deps/azure-37-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ dependencies:
- python=3.7.*

# tools
- cython>=0.29.16
# Cython pin for https://github.com/pandas-dev/pandas/issues/34704
- cython==0.29.19
- pytest>=5.0.1
- pytest-xdist>=1.21
- pytest-asyncio
Expand Down