Skip to content

Commit fffd9d9

Browse files
committed
try now
1 parent 5eabbd0 commit fffd9d9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/shared.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,8 @@ jobs:
4949

5050
# This must run last as it modifies the environment!
5151
- name: Run pytest with lowest versions
52-
run: uv run --all-extras --resolution lowest-direct --upgrade pytest
52+
run: |
53+
uv sync --all-extras --upgrade
54+
uv run --no-sync pytest
55+
env:
56+
UV_RESOLUTION: lowest-direct

0 commit comments

Comments
 (0)