Skip to content

Commit 155aa05

Browse files
lithomas1simonjayhawkins
authored andcommitted
CI: Unpin Cython on PyPy testing (pandas-dev#46016)
1 parent 3c4a923 commit 155aa05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/posix.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ jobs:
162162
shell: bash
163163
run: |
164164
# TODO: re-enable cov, its slowing the tests down though
165-
# TODO: Unpin Cython, the new Cython 0.29.26 is causing compilation errors
166-
pip install Cython==0.29.25 numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 hypothesis>=5.5.3
165+
pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 hypothesis>=5.5.3
167166
if: ${{ env.IS_PYPY == 'true' }}
168167

169168
- name: Build Pandas

0 commit comments

Comments
 (0)