We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
uv
1 parent e998b33 commit 52b1d37Copy full SHA for 52b1d37
1 file changed
.github/workflows/ci.yml
@@ -2,17 +2,11 @@ name: CI
2
3
# NOTE: keep UV_VERSION in sync with uv-version in s2-lite-integration-tests sdks JSON below.
4
env:
5
- UV_VERSION: "0.11.3"
+ UV_VERSION: "0.11.6"
6
7
on:
8
pull_request:
9
- types:
10
- [
11
- opened,
12
- synchronize,
13
- ready_for_review,
14
- reopened,
15
- ]
+ types: [opened, synchronize, ready_for_review, reopened]
16
jobs:
17
local-checks:
18
name: Local Checks (code quality, unit tests, docs build)
@@ -71,7 +65,7 @@ jobs:
71
65
"repo": "${{ github.repository }}",
72
66
"ref": "${{ github.ref }}",
73
67
"lang": "python",
74
- "uv-version": "0.11.3",
68
+ "uv-version": "0.11.6",
75
69
"test_cmd": "uv run pytest tests/ -v -s -m '(account or basin or stream) and not access_tokens'"
76
70
}
77
]
0 commit comments