Skip to content

Commit

Permalink
CI: Use requirements/doc.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Mar 4, 2024
1 parent b661398 commit 7d427d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
- name: Install Package
shell: bash
run: |
pip install git+https://github.com/has2k1/quartodoc.git@main
python -m pip install ".[doc]"
pip install -r requirements/doc.txt
pushd doc; make install-filters; popd
make doc-deps
- name: Environment Information
shell: bash
Expand Down
1 change: 1 addition & 0 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# These cannot be in pyproject.toml, pypi does not install git packages
quartodoc @ git+https://github.com/machow/quartodoc#egg=quartodoc
plotnine-examples @ git+https://github.com/has2k1/plotnine-examples#egg=plotnine_examples
qrenderer @ git+https://github.com/has2k1/qrenderer#egg=qrenderer

0 comments on commit 7d427d6

Please sign in to comment.