Skip to content

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Cristian Le <[email protected]>
  • Loading branch information
qiaojunfeng and LecrisUT authored Mar 1, 2024
1 parent 7e39f1b commit d60a987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
# use the latest stable version
python-version: "3.x"
cache: "pip"
- run: pip install -r docs/requirements.txt
# `pybtex` uses `pkg_resources` which is deprecated. Use workaround until upstream `mkdocs_bibtext`decides on a solution
# https://bitbucket.org/pybtex-devs/pybtex/issues/169/replace-pkg_resources-with
- run: pip install -r docs/requirements.txt setuptools
- run: mkdocs build --strict
working-directory: ./docs
env:
Expand Down

0 comments on commit d60a987

Please sign in to comment.