Skip to content

Commit 8669a55

Browse files
author
MarcoGorelli
committed
try adding minimal reqs file
1 parent 3c55eee commit 8669a55

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/python-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
7777
python -m pip install git+https://github.com/nedbat/coveragepy.git
7878
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
79+
python -m pip install -r ci/deps/actions-311-dev.txt
8080
python -m pip list
8181
8282
# GH 47305: Parallel build can cause flaky ImportError from pandas/_libs/tslibs

ci/deps/actions-311-dev.txt

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)