Skip to content

Commit 701bcff

Browse files
committed
Use Cython 3.0 for the build to see if it makes a performance difference.
1 parent e70d384 commit 701bcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

2727
- name: Install Dependency
2828
run: |
29-
pip install cython
29+
pip install "Cython>=3.0"
3030
3131
- name: Building wheel
3232
run: |

0 commit comments

Comments
 (0)