File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 os : [ubuntu-latest, macOS-latest, windows-latest]
5555
5656 name : actions-311-dev
57- timeout-minutes : 80
57+ timeout-minutes : 120
5858
5959 concurrency :
6060 # https://github.community/t/concurrecy-not-work-for-push/183068/7
7575 run : |
7676 python --version
7777 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
7979 python -m pip install git+https://github.com/nedbat/coveragepy.git
8080 python -m pip install python-dateutil pytz cython hypothesis==6.52.1 pytest>=6.2.5 pytest-xdist pytest-cov pytest-asyncio>=0.17
8181 python -m pip list
8484 - name : Build Pandas
8585 run : |
8686 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
8888
8989 - name : Build Version
9090 run : |
You can’t perform that action at this time.
0 commit comments