Skip to content

Commit

Permalink
remove hook
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jan 15, 2025
1 parent 50031f6 commit 0ba96e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branchbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
cd rapidfuzz-cpp
git checkout v3.1.1
git checkout v3.2.0
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: |
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
cd rapidfuzz-cpp
git checkout v3.1.1
git checkout v3.2.0
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
Expand Down
1 change: 1 addition & 0 deletions src/rapidfuzz/__pyinstaller/hook-rapidfuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


def filterUnneededImports(name):
return False
if "__pyinstaller" in name:
return False

Expand Down

0 comments on commit 0ba96e5

Please sign in to comment.