* Fix arm v7 build / improve api

* Update stubs.py

* Fix unit tests
This commit is contained in:
H Lohaus 2024-11-24 17:43:45 +01:00 committed by GitHub
parent 4744d0b77d
commit 804a80bc7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 248 additions and 219 deletions

View file

@ -47,7 +47,7 @@ RUN python -m pip install --upgrade pip \
--global-option=build_ext \
--global-option=-j8 \
pydantic==${PYDANTIC_VERSION} \
&& cat requirements.txt | xargs -n 1 pip install --no-cache-dir \
&& cat requirements-slim.txt | xargs -n 1 pip install --no-cache-dir || true \
# Remove build packages
&& pip uninstall --yes \
Cython \