Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ name: CI

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

on:
pull_request:
types:
[
opened,
synchronize,
ready_for_review,
reopened,
]
types: [opened, synchronize, ready_for_review, reopened]
jobs:
local-checks:
name: Local Checks (code quality, unit tests, docs build)
Expand Down Expand Up @@ -71,7 +65,7 @@ jobs:
"repo": "${{ github.repository }}",
"ref": "${{ github.ref }}",
"lang": "python",
"uv-version": "0.11.3",
"uv-version": "0.11.6",
"test_cmd": "uv run pytest tests/ -v -s -m '(account or basin or stream) and not access_tokens'"
}
]
Loading