Skip to content

Commit

Permalink
Add dependency group for blogposts; update ci-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Feb 10, 2025
1 parent 567e365 commit cd24b0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Get tags
run: git fetch --tags origin
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install ".[all]"
python -m pip install ".[all,blog]"
- uses: quarto-dev/quarto-actions/setup@v2
with:
tinytex: true
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ extra = [
dev = [
"great_tables[dev-no-pandas]",
"pandas",
]

blog = [
"pointblank>=0.5.0",
]

Expand Down

0 comments on commit cd24b0f

Please sign in to comment.