mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
fix(ci): remove cbor2, add flags to poetry to install dev deps.
This commit is contained in:
parent
261c792a63
commit
2ce02e1eef
3 changed files with 2 additions and 56 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue