We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34209d commit 5568a62Copy full SHA for 5568a62
1 file changed
.github/workflows/type-checkers.yml
@@ -26,8 +26,6 @@ jobs:
26
python -m pip install --upgrade pip poetry
27
poetry install --no-interaction --no-ansi --without dev,docs,test
28
29
- poetry run pip install "numpy<2.0.0" # https://github.com/python/mypy/issues/17396
30
-
31
- name: mypy
32
run: |
33
poetry run mypy fastembed \
0 commit comments