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
3 changed files with 2 additions and 56 deletions
+1 -1
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