Skip to content

Commit

Permalink
Install cython<1
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 11, 2023
1 parent 006fc50 commit ffb587d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
- name: Install Python dependencies
if: matrix.python-version != '3.12'
run: |
pip install --upgrade --upgrade-strategy eager numpy scipy matplotlib numexpr setuptools cython pytest tqdm
pip install --upgrade --upgrade-strategy eager numpy scipy matplotlib numexpr setuptools cython<1 pytest tqdm
- name: Install Python dependencies (3.12)
if: matrix.python-version == '3.12'
run: |
Expand Down

0 comments on commit ffb587d

Please sign in to comment.