We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fa1ee commit 5e650c7Copy full SHA for 5e650c7
.github/workflows/sphinx.yml
@@ -31,9 +31,7 @@ jobs:
31
- name: Install dependencies
32
run: |
33
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 .
+ pip install sphinx mystmd myst-parser linkify-it-py sphinx-book-theme polars pyarrow pyrange
37
38
- name: Build documentation
39
0 commit comments