Skip to content

Commit 86b4d9d

Browse files
authored
Update python-publish.yaml
1 parent a7fa41e commit 86b4d9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24+
pip install cython>=0.28
25+
pip install -r requirements.txt
2426
pip install setuptools wheel twine
2527
- name: Build and publish
2628
env:

0 commit comments

Comments
 (0)