Skip to content

Commit 67d4cfb

Browse files
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.
1 parent 88ce6e6 commit 67d4cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
set -x
4949
python3 -m venv venv
5050
source venv/bin/activate
51-
pip install -r requirements-310.txt
51+
pip install -r requirements-311.txt
5252
pip install -r docs/requirements.txt
5353
- name: Build Datafusion
5454
run: |

0 commit comments

Comments
 (0)