From 888d4b121175a3e9847109f5feb2b0c18b811948 Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:00:43 -0700 Subject: [PATCH] Backport PR #44124: CI: Use Windows and MacOS Numpy Wheels --- .github/workflows/python-dev.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/python-dev.yml b/.github/workflows/python-dev.yml index b32b18b86e9df..4fe58ad4d60e9 100644 --- a/.github/workflows/python-dev.yml +++ b/.github/workflows/python-dev.yml @@ -30,9 +30,6 @@ jobs: name: actions-310-dev timeout-minutes: 60 - env: - NUMPY_WHEELS_AVAILABLE: ${{ matrix.os == 'ubuntu-latest' }} - concurrency: group: ${{ github.ref }}-${{ matrix.os }}-dev cancel-in-progress: ${{github.event_name == 'pull_request'}} @@ -51,11 +48,7 @@ jobs: shell: bash run: | python -m pip install --upgrade pip setuptools wheel - if [[ "$NUMPY_WHEELS_AVAILABLE" == "true" ]]; then - pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy - else - pip install git+https://github.com/numpy/numpy.git - fi + pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy pip install git+https://github.com/nedbat/coveragepy.git pip install cython python-dateutil pytz hypothesis pytest>=6.2.5 pytest-xdist pytest-cov pip list