From 90f456a10c28e95f2fc831d717625e50d678847b Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Tue, 12 Nov 2024 12:08:26 -0800 Subject: [PATCH] update test build pages python version --- .github/workflows/test_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pages.yml b/.github/workflows/test_pages.yml index 40268a28..d4d33b9d 100644 --- a/.github/workflows/test_pages.yml +++ b/.github/workflows/test_pages.yml @@ -10,7 +10,7 @@ jobs: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: '3.10' cache: 'pip' - name: Build and Commit uses: waltsims/pages@pyproject.toml-support