Skip to content

Commit 5e650c7

Browse files
authored
Update sphinx.yml
1 parent 34fa1ee commit 5e650c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install sphinx mystmd myst-parser linkify-it-py sphinx-book-theme
35-
# Install your package in editable mode with its dependencies
36-
pip install -e .
34+
pip install sphinx mystmd myst-parser linkify-it-py sphinx-book-theme polars pyarrow pyrange
3735
3836
- name: Build documentation
3937
run: |

0 commit comments

Comments
 (0)