Skip to content

Commit

Permalink
chore: fix uv attributes in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 6, 2024
1 parent 6c4ef02 commit c6c7a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit c6c7a8b

Please sign in to comment.