From bcf8b564eea75cee06e34296fb0957684a043e24 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 13 Aug 2026 16:46:31 -0700 Subject: [PATCH] Only run uv smoke test on Ubuntu Refs https://github.com/simonw/sqlite-utils/pull/843#issuecomment-5287666426 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a252861..5924fd8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,6 +54,7 @@ jobs: pip install uv uv run ty check sqlite_utils - name: Check no accidental dev= dependencies needed + if: matrix.os == 'ubuntu-latest' run: | pip install uv uv run --no-default-groups sqlite-utils --help