Skip to content

Commit c563f89

Browse files
committed
Install cython in sdist build job
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent c163d14 commit c563f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Checkout and install reqs
9898
run: |
99-
pip install --upgrade --user build twine pkginfo packaging pip setuptools
99+
pip install --upgrade --user build twine pkginfo packaging pip setuptools cython
100100
101101
- name: Build sdist
102102
run: |

0 commit comments

Comments
 (0)