Skip to content

Commit

Permalink
Add mike to dev/requirements.txt (#3070)
Browse files Browse the repository at this point in the history
* Add mike to dev/requirements.txt

* Update entrypoint.sh to remove -r (since it is not a requirement file)
  • Loading branch information
echoix authored Nov 4, 2023
1 parent 608189f commit 532a011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .config/python/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jsonpickle
jsonschema
markdown
mdx_truly_sane_lists
mike
mkdocs
mkdocs-glightbox==0.3.2
mkdocs-material
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "${UPGRADE_LINTERS_VERSION}" == "true" ]; then
# Run only get_linter_help test methods
pytest -v --durations=0 -k _get_linter_help megalinter/
# Reinstall mkdocs-material because of broken dependency
pip3 install --upgrade -r markdown mike mkdocs-material pymdown-extensions "mkdocs-glightbox==0.3.2" mdx_truly_sane_lists jsonschema json-schema-for-humans giturlparse webpreview github-dependents-info
pip3 install --upgrade markdown mike mkdocs-material pymdown-extensions "mkdocs-glightbox==0.3.2" mdx_truly_sane_lists jsonschema json-schema-for-humans giturlparse webpreview github-dependents-info
cd /tmp/lint || exit 1
chmod +x build.sh
GITHUB_TOKEN="${GITHUB_TOKEN}" bash build.sh --doc --dependents --stats
Expand Down

0 comments on commit 532a011

Please sign in to comment.