From 85cb56e1946948ca2a9ae46fd9e4a2ccb1a15b2b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 16 Dec 2025 19:18:07 -0800 Subject: [PATCH] Try --python which python https://docs.astral.sh/ty/modules/#third-party-modules --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9b13bb..37ceacb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: - name: run flake8 run: flake8 - name: run ty - run: python -m ty check sqlite_utils + run: ty check sqlite_utils --python "$(which python)" - name: Check formatting run: black . --check - name: Check if cog needs to be run