Skip to content

Commit 2c23557

Browse files
committed
Use Cython<3 for pandas in conda-build.yml
1 parent a7b955e commit 2c23557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install wheel and dependencies
7575
shell: bash -l {0}
7676
run: |
77-
python -m pip install Cython
77+
python -m pip install "Cython<3"
7878
python -m pip install "pandas<2" --no-build-isolation
7979
python -m pip install dist/*.whl
8080
python -m pip install pytest

0 commit comments

Comments
 (0)