forked from Github-Mirrors/canaille
chore: fix uv attributes in GHA
This commit is contained in:
parent
6c4ef023cb
commit
c6c7a8b686
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue