From ae023c45530d23a84c06bd31c6e7c6c7d62a2485 Mon Sep 17 00:00:00 2001 From: Gregory Horvath Date: Tue, 23 Apr 2024 14:03:48 -0400 Subject: [PATCH] update comment --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index b34a770cb..c54d62520 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -18,7 +18,7 @@ on: - "!.gitignore" - "!LICENSE" - # Ignore LFAI-UI things (for now?) + # Ignore LFAI-UI things (no Python) - "!src/leapfrogai_ui/**" - "!packages/ui/**"