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 committed May 7, 2024
1 parent 70832cc commit 7eea5d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7eea5d1

Please sign in to comment.