Skip to content

Commit

Permalink
we don't really need numpy and cython here but I don't want to add an…
Browse files Browse the repository at this point in the history
…other if-clause to setup.py
  • Loading branch information
ocefpaf committed Oct 20, 2023
1 parent d17d8c5 commit c8fcc0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:
- uses: actions/checkout@v4

- name: Build sdist
run: |
python setup.py sdist
run: >
pip install cython numpy
&& python setup.py sdist
- uses: actions/upload-artifact@v3
with:
path: dist/*.tar.gz
Expand Down

0 comments on commit c8fcc0e

Please sign in to comment.