Skip to content

Commit 30e4dd2

Browse files
committed
tests: add lowest dependency tests
1 parent 34c53f9 commit 30e4dd2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/shared.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ jobs:
4545

4646
- name: Run pytest
4747
run: uv run --frozen --no-sync pytest
48-
continue-on-error: true
48+
49+
# this must run last as it modifies the environment!
50+
- name: test lowest versions
51+
run: uv run --all-extras --resolution lowest-direct pytest

0 commit comments

Comments
 (0)