From 06cc8af9bfd893cb15be8951e3650ca0899ae812 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Thu, 12 Mar 2026 22:04:35 -0400 Subject: [PATCH] fix --- .github/workflows/sync-docs-discourse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs-discourse.yml b/.github/workflows/sync-docs-discourse.yml index 9237028f27..0a61bbb24e 100644 --- a/.github/workflows/sync-docs-discourse.yml +++ b/.github/workflows/sync-docs-discourse.yml @@ -32,7 +32,7 @@ jobs: DISCOURSE_API_KEY: ${{ secrets.DISCOURSE_API_KEY }} DISCOURSE_API_USER: ${{ secrets.DISCOURSE_API_USER }} run: | - uv run --python 3.12 -c " + uv run --python 3.12 python -c " import sys sys.path.insert(0, 'docs_sp/tools') from pathlib import Path