Skip to content

Commit

Permalink
Remove setup.py calls in bleeding-edge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yut23 authored and henrynjones committed May 13, 2024
1 parent 333621b commit a0f73cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,17 @@ 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: |
<<<<<<< HEAD
<<<<<<< HEAD
python -m pip -v install -e .[test] --no-build-isolation
=======
python setup.py build_clib -q
python setup.py build_ext -q -j2
python -m pip install -e .[test] --no-build-isolation
>>>>>>> da7d2bf82 (BLD: fix bleeding-edge build script)
=======
python -m pip -v install -e .[test] --no-build-isolation
>>>>>>> 58d0ab9fd (Remove setup.py calls in bleeding-edge workflow)

- run: python -m pip list

Expand Down

0 comments on commit a0f73cc

Please sign in to comment.