Skip to content

Commit

Permalink
add pyarrow to docs reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed May 7, 2024
1 parent fcb1f90 commit f0fe159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python_version: ["3.9"]
python_version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -36,7 +36,6 @@ jobs:
run: |
sudo apt update
sudo apt install -y pandoc
sudo apt install -y openjdk-11-jre-headless
python -m pip install --upgrade pip
- name: Install woodwork with doc dependencies (not using cache)
if: steps.cache.outputs.cache-hit != 'true'
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ docs = [
"nbconvert == 6.5.0",
"ipython == 8.4.0",
"jupyter == 1.0.0",
"pyarrow >= 14.0.1",
]
dev = [
"ruff >= 0.1.6",
Expand Down

0 comments on commit f0fe159

Please sign in to comment.