We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da08eb commit 79e0a47Copy full SHA for 79e0a47
.github/workflows/posix.yml
@@ -162,7 +162,7 @@ jobs:
162
shell: bash
163
run: |
164
# TODO: re-enable cov, its slowing the tests down though
165
- pip install Cython 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 pytest-asyncio hypothesis>=5.5.3
166
if: ${{ env.IS_PYPY == 'true' }}
167
168
- name: Build Pandas
0 commit comments