Skip to content

Commit 52b1d37

Browse files
authored
ci: bump uv version (#33)
1 parent e998b33 commit 52b1d37

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@ name: CI
22

33
# NOTE: keep UV_VERSION in sync with uv-version in s2-lite-integration-tests sdks JSON below.
44
env:
5-
UV_VERSION: "0.11.3"
5+
UV_VERSION: "0.11.6"
66

77
on:
88
pull_request:
9-
types:
10-
[
11-
opened,
12-
synchronize,
13-
ready_for_review,
14-
reopened,
15-
]
9+
types: [opened, synchronize, ready_for_review, reopened]
1610
jobs:
1711
local-checks:
1812
name: Local Checks (code quality, unit tests, docs build)
@@ -71,7 +65,7 @@ jobs:
7165
"repo": "${{ github.repository }}",
7266
"ref": "${{ github.ref }}",
7367
"lang": "python",
74-
"uv-version": "0.11.3",
68+
"uv-version": "0.11.6",
7569
"test_cmd": "uv run pytest tests/ -v -s -m '(account or basin or stream) and not access_tokens'"
7670
}
7771
]

0 commit comments

Comments
 (0)