From 1b5696a8657a178d38e03902957411c0cc88ec2d Mon Sep 17 00:00:00 2001 From: Jonas Eschle Date: Tue, 16 Apr 2024 18:38:07 -0400 Subject: [PATCH] ci: downgrade python for docs --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index daa3e465..b90fc319 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.11" - name: Install dependencies run: | pip install -U -q -e .[docs]