We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83897c commit d36259aCopy full SHA for d36259a
.github/workflows/python-dev.yml
@@ -61,7 +61,7 @@ jobs:
61
#pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
62
pip install numpy
63
pip install git+https://github.com/nedbat/coveragepy.git
64
- pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov
+ pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio
65
pip list
66
67
- name: Build Pandas
0 commit comments