Skip to content

Commit 2990265

Browse files
authored
CI: Unpin Cython on PyPy testing (#46016)
1 parent d0c36ab commit 2990265

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/posix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ jobs:
143143
shell: bash
144144
run: |
145145
# 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
146+
pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 hypothesis>=5.5.3
148147
if: ${{ env.IS_PYPY == 'true' }}
149148

150149
- name: Build Pandas

0 commit comments

Comments
 (0)