Skip to content

Commit

Permalink
further ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Apr 7, 2024
1 parent 825578d commit 758ff6e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/branchbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy rapidfuzz_capi Cython==3.0.9
pip install pytest hypothesis pandas Cython==3.0.10
- name: Generate cython
run: |
Expand Down Expand Up @@ -64,6 +64,11 @@ jobs:
cmake --build .
sudo cmake --build . --target install
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest hypothesis pandas
- name: build
run: |
pip install . -v
Expand Down Expand Up @@ -99,6 +104,11 @@ jobs:
cmake --build .
sudo cmake --build . --target install
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest hypothesis pandas
- name: build
run: |
pip install . -v
Expand Down
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 Cython==3.0.9
pip install pytest hypothesis pandas mypy Cython==3.0.10
# The cythonized files allow installation from the sdist without cython
- name: Generate cython
Expand Down

0 comments on commit 758ff6e

Please sign in to comment.