Skip to content

Commit

Permalink
Depend on quartodoc. But install latest from github on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Apr 26, 2023
1 parent c84d925 commit 3b8e079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
python -m pip install --upgrade pip
- name: Install dependencies
run: |
# Install latest quartodoc from GitHub
pip install git+https://github.com/machow/quartodoc.git#egg=quartodoc
pip install -e ".[dev,test,docs]"
- name: Install
run: |
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ dev =
pandas
Jinja2
docs =
quartodoc @ git+https://github.com/machow/quartodoc.git#egg=quartodoc
# quartodoc
# quartodoc @ git+https://github.com/machow/quartodoc.git#egg=quartodoc
quartodoc
shinylive
plum-dispatch
griffe
Expand Down

0 comments on commit 3b8e079

Please sign in to comment.