From 0e0649ff640bb6cad151335a9a8b64e46d307896 Mon Sep 17 00:00:00 2001 From: Michael-J-Ward Date: Wed, 1 May 2024 00:32:43 -0500 Subject: [PATCH] docs: update docs CI to install python-311 requirements PR #645 switched to using python 3.11 to publish docs. This updates the dependency installation to use the appropriate requirements file. --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index cb80049e..1193d781 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -48,7 +48,7 @@ jobs: set -x python3 -m venv venv source venv/bin/activate - pip install -r requirements-310.txt + pip install -r requirements-311.txt pip install -r docs/requirements.txt - name: Build Datafusion run: |