diff --git a/.github/workflows/python-dev.yml b/.github/workflows/python-dev.yml index 4fe58ad4d60e9..d6b5901a5d196 100644 --- a/.github/workflows/python-dev.yml +++ b/.github/workflows/python-dev.yml @@ -48,7 +48,8 @@ jobs: shell: bash run: | python -m pip install --upgrade pip setuptools wheel - pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy + # TODO: unpin + pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple "numpy==1.23.0.dev0+101.ga81535a36" 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 diff --git a/ci/deps/actions-38-numpydev.yaml b/ci/deps/actions-38-numpydev.yaml index ad2bd88177650..3ce399b050eeb 100644 --- a/ci/deps/actions-38-numpydev.yaml +++ b/ci/deps/actions-38-numpydev.yaml @@ -18,5 +18,6 @@ dependencies: - cython==0.29.24 # GH#34014 - "--extra-index-url https://pypi.anaconda.org/scipy-wheels-nightly/simple" - "--pre" - - "numpy" + # TODO: Unpin + - "numpy==1.23.0.dev0+101.ga81535a36" - "scipy"