We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f43d1f commit 1c890e5Copy full SHA for 1c890e5
1 file changed
.github/workflows/shared.yml
@@ -45,4 +45,7 @@ jobs:
45
46
- name: Run pytest
47
run: uv run --frozen --no-sync pytest
48
- continue-on-error: true
+
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