Skip to content

Commit 205518d

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

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>=3.0"
29+
pip install --pre "Cython>=3.0"
3030
3131
- name: Building wheel
3232
run: |

0 commit comments

Comments
 (0)