Skip to content

Commit a7b955e

Browse files
committed
Install Cython before pandas in conda-build.yml
1 parent ffc92f4 commit a7b955e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/conda-build.yml

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

0 commit comments

Comments
 (0)