We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c36ab commit 2990265Copy full SHA for 2990265
.github/workflows/posix.yml
@@ -143,8 +143,7 @@ jobs:
143
shell: bash
144
run: |
145
# TODO: re-enable cov, its slowing the tests down though
146
- # TODO: Unpin Cython, the new Cython 0.29.26 is causing compilation errors
147
- pip install Cython==0.29.25 numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 hypothesis>=5.5.3
+ pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 hypothesis>=5.5.3
148
if: ${{ env.IS_PYPY == 'true' }}
149
150
- name: Build Pandas
0 commit comments