diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 15464764..11ebea00 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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: