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 a2814b8
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,29 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v3

- name: Checkout plotne-examples
uses: actions/checkout@v3
with:
repository: has2k1/plotnine-examples
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/plotnine-examples"
python -m pip install "git+https://github.com/has2k1/quartodoc.git@numpydoc-renderer"
python -m pip install ".[doc]"
- name: Environment Information
shell: bash
run: |
ls -la
ls -la qdoc
pip list
- name: Build docs
run: |
make doc
Expand Down

0 comments on commit a2814b8

Please sign in to comment.