Skip to content

Commit

Permalink
pipeline: added link to issue documenting importlib_metadata error on…
Browse files Browse the repository at this point in the history
… python3.8
  • Loading branch information
fphammerle committed May 6, 2020
1 parent 31f92ee commit 277da06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: pip install --upgrade pipenv>=2018.10.9
- run: pipenv sync --dev
# ModuleNotFoundError: No module named 'importlib_metadata'
# https://github.com/WanzenBug/pylint-import-requirements/issues/17
- run: if python3 -c 'import sys; sys.exit(sys.version_info < (3, 8))'; then
pipenv graph;
pipenv install --dev importlib-metadata;
Expand Down

0 comments on commit 277da06

Please sign in to comment.