From cef4ab74581411f841d1cf5054f6f34e79b18583 Mon Sep 17 00:00:00 2001 From: MarcoGorelli <> Date: Fri, 13 Jan 2023 10:27:00 +0000 Subject: [PATCH] add --pre --- .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 cded739856a82..2ece92dc50b87 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 versioneer[toml] python -m pip install python-dateutil pytz cython hypothesis>=6.34.2 pytest>=7.0.0 pytest-xdist>=2.2.0 pytest-cov pytest-asyncio>=0.17