Skip to content

Commit

Permalink
remove outdated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Jan 8, 2024
1 parent b985a51 commit a346d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest hypothesis pandas mypy rapidfuzz_capi Cython==3.0.7
pip install pytest hypothesis pandas mypy Cython==3.0.7
# The cythonized files allow installation from the sdist without cython
- name: Generate cython
Expand Down

0 comments on commit a346d96

Please sign in to comment.