From 276c9f7f6bcf4ce5df1c4ee3f12189c223b1d2b1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 16 Dec 2025 19:15:29 -0800 Subject: [PATCH] Try to get ty to run in the correct environment --- .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 ac9ad67..b9b13bb 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: ty check sqlite_utils + run: python -m ty check sqlite_utils - name: Check formatting run: black . --check - name: Check if cog needs to be run