From 7eea5d18320ff1c1aca05f14647c2b731b2780ff Mon Sep 17 00:00:00 2001 From: yut23 Date: Tue, 7 May 2024 16:04:55 -0400 Subject: [PATCH] Remove setup.py calls in bleeding-edge workflow --- .github/workflows/bleeding-edge.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/bleeding-edge.yaml b/.github/workflows/bleeding-edge.yaml index 4b7a24db26..3567465440 100644 --- a/.github/workflows/bleeding-edge.yaml +++ b/.github/workflows/bleeding-edge.yaml @@ -61,9 +61,7 @@ jobs: # are not installed by pip as specified from pyproject.toml, hence we get # to use the dev version of numpy at build time. run: | - python setup.py build_clib -q - python setup.py build_ext -q -j2 - python -m pip install -e .[test] --no-build-isolation + python -m pip -v install -e .[test] --no-build-isolation - run: python -m pip list