We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c55eee commit 8669a55Copy full SHA for 8669a55
.github/workflows/python-dev.yml
@@ -76,7 +76,7 @@ jobs:
76
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
77
python -m pip install git+https://github.com/nedbat/coveragepy.git
78
python -m pip install versioneer[toml]
79
- python -m pip install python-dateutil pytz cython hypothesis==6.52.1 pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio>=0.17
+ python -m pip install -r ci/deps/actions-311-dev.txt
80
python -m pip list
81
82
# GH 47305: Parallel build can cause flaky ImportError from pandas/_libs/tslibs
ci/deps/actions-311-dev.txt
@@ -0,0 +1,9 @@
1
+cython
2
+hypothesis==6.52.1
3
+numpy
4
+pytest>=6.2.5
5
+pytest-xdist
6
+pytest-cov
7
+pytest-asyncio>=0.17
8
+python-dateutil
9
+pytz
0 commit comments