docs: update docs CI to install python-311 requirements (#661)
PR #645 switched to using python 3.11 to publish docs.
This updates the dependency installation to use the appropriate requirements file.
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index cb80049..1193d78 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -48,7 +48,7 @@
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: |