fix(ci): remove cbor2, add flags to poetry to install dev deps.

This commit is contained in:
Ivan 2026-05-10 02:52:43 -05:00
parent 261c792a63
commit 2ce02e1eef
No known key found for this signature in database
GPG key ID: B84314E2D9332AE0
3 changed files with 2 additions and 56 deletions

View file

@ -29,7 +29,7 @@ if [[ "$(uname -s)" == "Linux" ]] && command -v apt-get >/dev/null 2>&1; then
fi
python -m poetry check --lock
python -m poetry install --no-interaction --no-ansi
python -m poetry install --no-interaction --no-ansi --with dev
python -m poetry run python scripts/patch_lxst_pyogg_ogg_ctypes.py
if [[ "$(uname -s)" == "Darwin" ]]; then