From cd113e3928c4411d292670a547d0d6d0eae7d013 Mon Sep 17 00:00:00 2001 From: quettabit <27509167+quettabit@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:24:54 -0600 Subject: [PATCH] initial commit --- .github/workflows/ci.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f3793f..117078b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) @@ -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'" } ]