From cb53c41c7c1760b511434d0cfcc95f6520db8290 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 28 Jan 2026 09:40:15 +0530 Subject: [PATCH] ... --- .github/workflows/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index 1d56c9174..1151ace8a 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -247,7 +247,7 @@ def check_dependencies() -> None: # Now test against the SBOM import runpy orig = sys.argv, sys.stdout - sys.argv = ['bypy', 'sbom', 'myproject', '1.0.0'] + sys.argv = ['bypy', 'sbom', 'kovidgoyal/kitty', '1.0.0'] buf = io.StringIO() sys.stdout = buf runpy.run_path('bypy-src')