From 853fa3416684b895cf76fd115c5a2057e84ca696 Mon Sep 17 00:00:00 2001 From: Marco Edward Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Fri, 13 Jan 2023 13:26:52 +0000 Subject: [PATCH] Backport PR #50728: CI fix failing python-dev job --- .github/workflows/python-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-dev.yml b/.github/workflows/python-dev.yml index c07a101cc433b..0d265182b3924 100644 --- a/.github/workflows/python-dev.yml +++ b/.github/workflows/python-dev.yml @@ -73,7 +73,7 @@ jobs: run: | python --version python -m pip install --upgrade pip setuptools wheel - python -m pip install --extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy + python -m pip install --pre --extra-index-url 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