Skip to content

Commit

Permalink
Upgrade build requirements documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Nov 2, 2023
1 parent aa982cd commit a552ad6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ jobs:
path: qdoc/plotnine-examples

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: "1.4.268"
version: "1.4.468"

- name: Install Package
run: |
python -m pip install "git+https://github.com/has2k1/quartodoc.git@numpydoc-renderer"
python -m pip install ".[doc]"
- name: Build docs
Expand Down

0 comments on commit a552ad6

Please sign in to comment.