Skip to content

Commit

Permalink
docs: update docs CI to install python-311 requirements
Browse files Browse the repository at this point in the history
PR apache#645 switched to using python 3.11 to publish docs.

This updates the dependency installation to use the appropriate requirements file.
  • Loading branch information
Michael-J-Ward committed May 1, 2024
1 parent 88ce6e6 commit 0e0649f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0e0649f

Please sign in to comment.