chore: fix uv attributes in GHA

This commit is contained in:
Éloi Rivard 2024-11-06 20:13:16 +01:00
parent 6c4ef023cb
commit c6c7a8b686
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184

View file

@ -41,7 +41,7 @@ jobs:
# python tzinfo fails on 'act' without this
ulimit -n 1024
export TZ=UTC
uv sync --extras-all
uv sync --all-extras
uv run pytest --showlocals
minversions:
@ -67,7 +67,7 @@ jobs:
# python tzinfo fails on 'act' without this
ulimit -n 1024
export TZ=UTC
uv sync --extras-all --resolution=lowest-direct
uv sync --all-extras --resolution=lowest-direct
uv run pytest --showlocals
style: