Skip to content

Commit eac045e

Browse files
👷 Fix CI
1 parent 3e12f9e commit eac045e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,4 @@ jobs:
7878

7979
- name: Verify consecutive builds work
8080
# Use two versions that can only be built if repo cleanup between works
81-
run: |
82-
uv run every-python install v3.12.0
83-
uv run every-python install v3.11.0
81+
run: uv run every-python install v3.14.0 && uv run every-python install v3.13.0

0 commit comments

Comments
 (0)