File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
os : [ubuntu-latest, macOS-latest, windows-latest]
55
55
56
56
name : actions-311-dev
57
- timeout-minutes : 80
57
+ timeout-minutes : 120
58
58
59
59
concurrency :
60
60
# https://github.community/t/concurrecy-not-work-for-push/183068/7
75
75
run : |
76
76
python --version
77
77
python -m pip install --upgrade pip setuptools wheel
78
- python -m pip install git+ https://github.com/numpy/ numpy.git
78
+ python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
79
79
python -m pip install git+https://github.com/nedbat/coveragepy.git
80
80
python -m pip install python-dateutil pytz cython hypothesis==6.52.1 pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio>=0.17
81
81
python -m pip list
84
84
- name : Build Pandas
85
85
run : |
86
86
python setup.py build_ext -q -j1
87
- python -m pip install -e . --no-build-isolation --no-use-pep517
87
+ python -m pip install -e . --no-build-isolation --no-use-pep517 --no-index
88
88
89
89
- name : Build Version
90
90
run : |
You can’t perform that action at this time.
0 commit comments