From 64983191877f8f79e2f52b82a4757c75c6884349 Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Mon, 10 Oct 2022 09:10:15 -0700 Subject: [PATCH] Backport PR #48973: CI: Bump timeouts Python dev builds --- .github/workflows/python-dev.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-dev.yml b/.github/workflows/python-dev.yml index 8b97c3821efe5..683e694069582 100644 --- a/.github/workflows/python-dev.yml +++ b/.github/workflows/python-dev.yml @@ -54,7 +54,7 @@ jobs: os: [ubuntu-latest, macOS-latest, windows-latest] name: actions-311-dev - timeout-minutes: 80 + timeout-minutes: 120 concurrency: #https://github.community/t/concurrecy-not-work-for-push/183068/7 @@ -75,7 +75,7 @@ jobs: run: | python --version python -m pip install --upgrade pip setuptools wheel - python -m pip install git+https://github.com/numpy/numpy.git + python -m pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy python -m pip install git+https://github.com/nedbat/coveragepy.git 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 list @@ -84,7 +84,7 @@ jobs: - name: Build Pandas run: | python setup.py build_ext -q -j1 - python -m pip install -e . --no-build-isolation --no-use-pep517 + python -m pip install -e . --no-build-isolation --no-use-pep517 --no-index - name: Build Version run: |