Skip to content

Commit

Permalink
pin cython<3 on pandas build
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Oct 7, 2023
1 parent 111f9ac commit c036bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: pip-install
shell: bash -l {0}
run: |
pip install Cython
pip install 'Cython<3'
pip install hypothesis
pip install pytest-localserver pytest-xdist pytest-asyncio
pip install -e . --no-deps # Install fastparquet
Expand Down

0 comments on commit c036bf5

Please sign in to comment.